Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Mar 9, 2025
1 parent 1a78df9 commit 87196f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Build Jekyll site
uses: ghcr.io/actions/jekyll-build-pages:v1.0.13
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build with Docker
continue-on-error: true
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.2', '3.3', '3.4' ]
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 87196f4

Please sign in to comment.