mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
revert commits
This commit is contained in:
parent
c44a094849
commit
252674fddc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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/'
|
||||
|
||||
path: ./dist/
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue