Merge pull request #18 from niclaz/data-tests-patch

Data tests patch - typo fix
This commit is contained in:
Mykola Siusko 2024-09-06 20:18:33 +02:00 committed by GitHub
commit 4d2c5033ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,8 @@ 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/' with:
path: ./dist
deploy: deploy:
needs: build needs: build