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