mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
add cname
This commit is contained in:
parent
d436c7f2f6
commit
68c8ccfc12
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -36,8 +36,8 @@ jobs:
|
||||||
- name: Build bundle
|
- name: Build bundle
|
||||||
run: make build
|
run: make build
|
||||||
|
|
||||||
#- name: Add custom domain
|
- name: Add custom domain
|
||||||
# run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
|
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
Loading…
Reference in a new issue