Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
fix incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Sep 6, 2022
1 parent dbc5cd1 commit b5d53dd
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 @@ -22,7 +22,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ${{ env.BUILD_OUTPUT }}/public
path: ./public

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit b5d53dd

Please sign in to comment.