Skip to content

Commit

Permalink
changed actions configuration for pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
u207365 committed Nov 20, 2024
1 parent bcd6e83 commit 7773062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: public/
path: './public'

# Deployment job
deploy:
Expand Down

0 comments on commit 7773062

Please sign in to comment.