Skip to content

Commit 8c621fb

Browse files
gbraadanjannath
authored andcommitted
Update publish to use new container
1 parent 21b92fa commit 8c621fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Build and publish docs
2+
23
on:
34
push:
45
branches:
56
- "main"
67
pull_request: {}
8+
workflow_dispatch:
9+
710
jobs:
811
build:
912
runs-on: ${{ matrix.os }}
@@ -15,8 +18,10 @@ jobs:
1518
steps:
1619
- name: Check out repository code
1720
uses: actions/checkout@v4
21+
1822
- name: Build docs
19-
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+
2025
- name: Deploy
2126
uses: peaceiris/actions-gh-pages@v4
2227
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)