add cname

This commit is contained in:
tree🌴 2024-01-25 21:42:36 +01:00
parent d436c7f2f6
commit 68c8ccfc12
1 changed files with 2 additions and 2 deletions

View File

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