diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f294540..9b398cca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 - if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public \ No newline at end of file + publish_dir: ./public + cname: hugo.freenet.org \ No newline at end of file