mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
update deploy
This commit is contained in:
parent
2ae12ad5c5
commit
788a20f409
2 changed files with 5 additions and 4 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -39,7 +39,9 @@ jobs:
|
||||||
- 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: JamesIves/github-pages-deploy-action@v4
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
with:
|
with:
|
||||||
folder: dist # The folder the action should deploy.
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./dist
|
1
CNAME
1
CNAME
|
@ -1 +0,0 @@
|
||||||
data.web3privacy.info
|
|
Loading…
Reference in a new issue