Skip to content

Commit 969f459

Browse files
authored
Use 24.04 image to use Podman
1 parent 0bf110c commit 969f459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os:
14-
- ubuntu-latest
14+
- ubuntu-24.04
1515
steps:
1616
- name: Check out repository code
1717
uses: actions/checkout@v4
1818
- name: Build docs
19-
run: CONTAINER_RUNTIME=docker CI=true make build_docs
19+
run: CI=true make build_docs
2020
- name: Check links in docs
21-
run: CONTAINER_RUNTIME=docker make docs_check_links
21+
run: make docs_check_links
2222
- name: Deploy
2323
uses: peaceiris/actions-gh-pages@v4
2424
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)