mmag

ハマったことメモなど

peaceiris/actions-gh-pagesのCNAME指定を忘れがち

github.com

peaceiris/actions-gh-pages にお世話になっているんだけど、気づくとGitHub PagesのCustom Domain設定が外れていておかしいなと思ったらcnameの指定を忘れていた、という話です。

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./public
    cname: custom.mydomain.com