From 76a995e4ac469a05219ef3475641b2fb0d87b9d7 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 22 Sep 2023 18:50:29 +0200 Subject: [PATCH] Test direct GitHub Pages deployment --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index caae8b485..acd388e45 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -94,6 +94,8 @@ jobs: - name: Upload to GitHub Pages uses: actions/upload-pages-artifact@v2 + with: + path: site - name: Deploy to GitHub Pages uses: actions/deploy-pages@v2