Skip to content

Commit

Permalink
build: fix path used to publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Feb 9, 2024
1 parent 1fdfef4 commit f9159a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Upload to GitHub pages
uses: actions/upload-pages-artifact@v2
with:
path: docs/_build/html
path: docs/_build

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2

0 comments on commit f9159a8

Please sign in to comment.