From 01adb2d93f2eb8a3344de64bf78a401afa3ce4d4 Mon Sep 17 00:00:00 2001 From: fweber144 Date: Sat, 6 Apr 2024 21:37:11 +0200 Subject: [PATCH] Fix a comment in `.github/workflows/static.yml` (line `path: './docs'` is the custom one; the original one was `path: '.'`). --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d9d6f5c..ab28988 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,7 +36,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload entire repository + # Upload only subfolder 'docs' from the current repository path: './docs' - name: Deploy to GitHub Pages id: deployment