re-added actions/upload-pages-artifact but at v3.0.1

This commit is contained in:
niclaz 2024-09-06 19:54:06 +02:00 committed by GitHub
parent d4360e4a18
commit c846385eb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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