-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Actions 使って YARD で生成した 最新ドキュメント の自動デプロイをできるようにしたので自慢したい #13
Comments
なんか大した知見じゃないというのがその後わかってきた気もするけど、 rubygems に documents 任せるといつの間にか消えてたりするんで GitHub に hosting させた方が良さそう & 色んなリポジトリに同じような GitHub Actions 書くの面倒なので切り出しておきたい気もしてきた。 |
GitHub Actions 経由で GitHub Pages をデプロイ出来るようになったので試してみたらわかりやすくていい感じだったので差し替えてしまった。面倒且つ雑な automated commits 積まず済むようになったのでこっちのがいいなー https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/ なんかまたコロコロ変わったときに action 書き換えるの面倒だなと思ったので composite action にしてみた。 |
Actions の方が管理しやすくて基本的にいいことづくめなのかなーと思ってたけど、workflow は workflow の結果として? 他のtrigger を呼ばないみたいな制約があるので dependabot automerge 後に deploy されないのがちょっと不便。完全上位互換とも言えないかな・・・ |
composite にしたところで permission とかの共有できるおまじないに占める行数が多くてあんま意味なかったかなーと思ってはいる。 renovate とかの config みたいに github の ref を直接参照させて extend みたいな事も出来るようになると嬉しい。 |
https://docs.github.com/ja/actions/using-workflows/reusing-workflows おぉ、全然追いつけてなかったけど、 Reusing workflows とかどうなんだ・・・? |
TL;DR
main
branch ruby-ulid#28 => https://github.com/kachick/deploy-yard-to-pagesThe text was updated successfully, but these errors were encountered: