mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
change deploy domain to explorer-data.web3privacy.info
This commit is contained in:
parent
4e6994c98c
commit
d0324ca28c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -37,11 +37,11 @@ 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
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
publish_dir: ./dist
|
||||
|
|
Loading…
Reference in a new issue