We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 825087e + ba1ea52 commit 980d62fCopy full SHA for 980d62f
.github/workflows/gh-pages.yaml
@@ -11,12 +11,12 @@ jobs:
11
fail-fast: false
12
matrix:
13
os:
14
- - ubuntu-latest
+ - ubuntu-24.04
15
steps:
16
- name: Check out repository code
17
uses: actions/checkout@v4
18
- name: Build docs
19
- 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
20
- name: Deploy
21
uses: peaceiris/actions-gh-pages@v4
22
if: github.ref == 'refs/heads/main'
0 commit comments