change deploy domain to `explorer-data.web3privacy.info`

This commit is contained in:
tree🌴 2023-12-18 14:25:29 +01:00 committed by GitHub
parent 4e6994c98c
commit d0324ca28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
run: make build
- name: Add custom domain
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
run: "touch dist/CNAME && echo \"explorer-data.web3privacy.info\" >> dist/CNAME"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3