add custom domain to deploy

This commit is contained in:
tree🌴 2023-10-08 02:02:55 +02:00
parent 264b7f57c2
commit 488795b8ca
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ jobs:
- name: Build bundle
run: make build
- name: Add custom domain
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with: