Skip to content

Commit

Permalink
Use 24.04 image to use Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Dec 6, 2024
1 parent 2ca1202 commit d39870f
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 @@ -11,14 +11,14 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Build
run: docker run --rm -v $PWD:/workspace quay.io/crc-org/hugo:0.127.0 --minify
run: podman run --rm -v $PWD:/workspace quay.io/crc-org/hugo:0.127.0 --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit d39870f

Please sign in to comment.