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 authored Dec 6, 2024
1 parent 825087e commit ba1ea52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build docs
run: docker run --rm -v $PWD:/workspace quay.io/crc-org/mdbook:0.4.43 build
run: podman run --rm -v $PWD:/workspace quay.io/crc-org/mdbook:0.4.43 build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit ba1ea52

Please sign in to comment.