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.
1 parent 21b92fa commit 8c621fbCopy full SHA for 8c621fb
.github/workflows/gh-pages.yaml
@@ -1,9 +1,12 @@
1
name: Build and publish docs
2
+
3
on:
4
push:
5
branches:
6
- "main"
7
pull_request: {}
8
+ workflow_dispatch:
9
10
jobs:
11
build:
12
runs-on: ${{ matrix.os }}
@@ -15,8 +18,10 @@ jobs:
15
18
steps:
16
19
- name: Check out repository code
17
20
uses: actions/checkout@v4
21
22
- name: Build docs
- run: podman run --rm -v $PWD:/workspace quay.io/crc-org/mdbook:0.4.43 build
23
+ run: podman run --rm -v $PWD:/workspace ghcr.io/crc-org/mdbook:latest build
24
25
- name: Deploy
26
uses: peaceiris/actions-gh-pages@v4
27
if: github.ref == 'refs/heads/main'
0 commit comments