Skip to content

Commit

Permalink
Fix a comment in .github/workflows/static.yml
Browse files Browse the repository at this point in the history
(line `path: './docs'` is the custom one; the original one was `path: '.'`).
  • Loading branch information
fweber144 committed Apr 6, 2024
1 parent fdf9955 commit 01adb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01adb2d

Please sign in to comment.