diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2451a5b..86c85024 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,11 +37,11 @@ jobs: run: make build - name: Add custom domain - run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME" + run: "touch dist/CNAME && echo \"explorer-data.web3privacy.info\" >> dist/CNAME" - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist \ No newline at end of file + publish_dir: ./dist