Skip to content

Commit

Permalink
Update workflow for deployment to GitHub Pages
Browse files Browse the repository at this point in the history
Will hopefully remove the need to convert images more than once.
  • Loading branch information
stefandesu committed Apr 12, 2024
1 parent cc0b876 commit 20b7efc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: 'github-pages'
path: './_site'
- name: Setup Ubuntu dependencies
run: sudo apt install -y libvips
- name: Setup Ruby
Expand Down

0 comments on commit 20b7efc

Please sign in to comment.