Skip to content

Commit

Permalink
re-added actions/upload-pages-artifact but at v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz authored Sep 6, 2024
1 parent d4360e4 commit c846385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: make build
- name: Add custom domain
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3.0.1


deploy:
needs: build
Expand Down

0 comments on commit c846385

Please sign in to comment.