update deploy

This commit is contained in:
tree🌴 2023-10-08 02:16:59 +02:00
parent 2ae12ad5c5
commit 788a20f409
2 changed files with 5 additions and 4 deletions

View File

@ -39,7 +39,9 @@ jobs:
- name: Add custom domain
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
folder: dist # The folder the action should deploy.
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

1
CNAME
View File

@ -1 +0,0 @@
data.web3privacy.info