Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonger committed Mar 7, 2024
1 parent 6e95d7b commit b3a9a54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/azure-static-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
with:
ruby-version: '3.1.0'
bundler: 'latest'
bundler-cache: true
bundler-cache: false
- run: bundle install
- run: bundle exec jekyll build
- name: Build And Deploy
id: builddeploy
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
ruby-version: '3.1.0'
bundler: 'latest'
bundler-cache: true
bundler-cache: false
- run: bundle install
- run: bundle exec jekyll build
- uses: peaceiris/actions-gh-pages@v3.7.3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tsukuba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
with:
ruby-version: '3.1.0'
bundler: 'latest'
bundler-cache: true
bundler-cache: false
- run: bundle install
- run: bundle exec jekyll build --config _config.tsukuba.yml
- name: 'SCP upload for http'
uses: nogsantos/scp-deploy@master
Expand Down

0 comments on commit b3a9a54

Please sign in to comment.