Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Apr 3, 2024
1 parent a8690be commit 7f992ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub Pages
on:
push:
branches:
- dev
- main

jobs:
gh-pages:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Setup Ubuntu dependencies
run: sudo apt install -y libvips libjpeg
- name: Setup Ruby
uses: ruby/setup-ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
Expand Down

0 comments on commit 7f992ca

Please sign in to comment.