dandk105 / webapp_study

web app の作成を通して、gitの使い方や、ユニットテストについてQAの人が勉強するためのリポジトリです
https://dandk105.github.io/webapp_study/
MIT License
0 stars 0 forks source link

jekyll の為のwork flowを改善 #40

Closed dandk105 closed 10 months ago

dandk105 commented 10 months ago

現在 github actionsのworkflow でjekyll-buildを利用してgithub pagesを作成しているが、 bundleのバージョンが古く、テーマの依存関係の最新バージョンをインストールできない

faraday-retry のv2が対象

https://github.com/actions/starter-workflows/blob/main/pages/jekyll.yml

setup-rubyのバージョンv.1.161.0 https://github.com/ruby/setup-ruby/releases/tag/v1.161.0

スクリーンショット 2023-12-10 21 43 42
dandk105 commented 10 months ago

58 で対応済

dandk105 commented 10 months ago

現在のworkflowだと、cacheが効かない、setup-rubyのbundleが上手く設定されてないなどがあるが デプロイして新しいページに更新することができる様になった