Skip to content

Commit

Permalink
Fix page publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo committed Nov 13, 2023
1 parent 6b0f885 commit 7d62c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Publish 🍻
uses: actions/upload-pages-artifact@v1
with:
path: ./dist
path: ./.output.public
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 7d62c17

Please sign in to comment.