Skip to content

Commit

Permalink
ci: fix pages artifact upload directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 5, 2024
1 parent bc6b51a commit 52a8b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./dist/demo
path: ./dist/demo/browser

deploy:
needs: build
Expand Down

0 comments on commit 52a8b7a

Please sign in to comment.