mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
add custom domain to deploy
This commit is contained in:
parent
264b7f57c2
commit
488795b8ca
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -36,6 +36,9 @@ jobs:
|
||||||
- name: Build bundle
|
- name: Build bundle
|
||||||
run: make build
|
run: make build
|
||||||
|
|
||||||
|
- name: Add custom domain
|
||||||
|
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
|
||||||
|
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue