mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
removed upload-artifacts from deploy.yml
This commit is contained in:
parent
3cc949ec5f
commit
d79b2be257
1 changed files with 0 additions and 9 deletions
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
|
@ -46,15 +46,6 @@ jobs:
|
||||||
- name: Add custom domain
|
- name: Add custom domain
|
||||||
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
|
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:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue