mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Merge pull request #18 from niclaz/data-tests-patch
Data tests patch - typo fix
This commit is contained in:
commit
4d2c5033ce
1 changed files with 3 additions and 2 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -37,8 +37,9 @@ 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/'
|
||||
|
||||
with:
|
||||
path: ./dist
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue