Added / to 'path' as referenced in Issue (see comments)

https://github.com/actions/upload-pages-artifact/issues/82
This commit is contained in:
niclaz 2024-09-06 20:01:45 +02:00 committed by GitHub
parent 4f6187b0bd
commit 954aa79361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ 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