Skip to content

Commit

Permalink
ci: Fixing html upload Github Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle authored Aug 14, 2024
1 parent 4f98a81 commit a994fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '/plausible/simple_website.html'
path: './plausible/simple_website.html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit a994fd0

Please sign in to comment.