Skip to content

Commit

Permalink
Added 'path' to upload-pages-artifact "./dist"
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz authored Sep 6, 2024
1 parent c846385 commit 4f6187b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3.0.1

path: ./dist
deploy:
needs: build
permissions:
Expand Down

0 comments on commit 4f6187b

Please sign in to comment.