removed upload-artifacts from deploy.yml

This commit is contained in:
niclaz 2024-09-05 18:45:34 +02:00 committed by GitHub
parent 3cc949ec5f
commit d79b2be257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -45,15 +45,6 @@ jobs:
- name: Add custom domain
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
- name: Upload Pages artifact
uses: actions/upload-artifact@v4
with:
name: W3PN-artifact
path: ~/pre-deploy-artifact-upload/
if-no-files-found: warn
retention-days: 80
overwrite: true
deploy:
needs: build