dandk105 / webapp_study

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

fix github actions of deploy pages #63

Closed dandk105 closed 10 months ago

dandk105 commented 10 months ago

https://github.com/dandk105/webapp_study/issues/59 用のactioinsを修正

dandk105 commented 10 months ago
defaults:
      run:
        working-directory: ./pages

ここをworking-directory: ${{ github.workspace }}/pages にした方が確実かもしれない

あとdefaultsの設定を消さない方がいい 何故なら、checkoutをして抜き出してもそれぞれのjobで同じディレクトリを使うわけではない為 デフォルトの作業ディレクトリ設定をしておく必要がある