Skip to content

Commit

Permalink
Merge pull request #14 from crc-org/podman
Browse files Browse the repository at this point in the history
Use 24.04 image to use Podman
  • Loading branch information
gbraad authored Dec 6, 2024
2 parents 0bf110c + 969f459 commit b489cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build docs
run: CONTAINER_RUNTIME=docker CI=true make build_docs
run: CI=true make build_docs
- name: Check links in docs
run: CONTAINER_RUNTIME=docker make docs_check_links
run: make docs_check_links
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit b489cf9

Please sign in to comment.