mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Added / to 'path' as referenced in Issue (see comments)
https://github.com/actions/upload-pages-artifact/issues/82
This commit is contained in:
parent
4f6187b0bd
commit
954aa79361
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
|
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
|
||||||
- name: Upload GitHub Pages artifact
|
- name: Upload GitHub Pages artifact
|
||||||
uses: actions/upload-pages-artifact@v3.0.1
|
uses: actions/upload-pages-artifact@v3.0.1
|
||||||
path: ./dist
|
path: ./dist/
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
Loading…
Reference in a new issue