diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ff8ed3b..18fe9a5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,4 +31,5 @@ jobs: if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public \ No newline at end of file + publish_dir: ./public + cname: new_blog.akarinext.org \ No newline at end of file