diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 8316c9a..fe06c75 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -54,4 +54,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build \ No newline at end of file + publish_dir: ./build + cname: ngsplanner.com