From a3e24ae5c4ed87bf9c08275f3a799c41c3b81ac1 Mon Sep 17 00:00:00 2001 From: AG Damsbo Date: Mon, 26 Jun 2023 08:52:25 +0200 Subject: [PATCH] maybe? --- .github/workflows/render-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/render-publish.yml b/.github/workflows/render-publish.yml index 6be1b4e..72825bf 100644 --- a/.github/workflows/render-publish.yml +++ b/.github/workflows/render-publish.yml @@ -60,9 +60,9 @@ jobs: uses: actions/configure-pages@v3 - name: Upload artifact uses: actions/upload-pages-artifact@v1 - # with: + with: # # Upload entire repository - # path: 'docs/' + path: 'docs/' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2