File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr .io/gbraad-redhat /mdbook:0.4.42
1
+ FROM quay .io/crc-org /mdbook:0.4.42
2
2
3
3
RUN dnf install -y git-core \
4
4
&& dnf clean all \
Original file line number Diff line number Diff line change 16
16
- name : Check out repository code
17
17
uses : actions/checkout@v4
18
18
- name : Build docs
19
- run : docker run --rm -v $PWD:/workspace ghcr .io/gbraad-redhat /mdbook:0.4.42 mdbook build
19
+ run : docker run --rm -v $PWD:/workspace quay .io/crc-org /mdbook:0.4.42 mdbook build
20
20
- name : Deploy
21
21
uses : peaceiris/actions-gh-pages@v4
22
22
if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ This Fedora container image contains:
7
7
- mdBook: https://github.com/rust-lang/mdBook
8
8
create book from markdown files, like Gitbook
9
9
- mdBook preprocessor: https://crates.io/crates/mdbook-callouts
10
- to add Obsidian Flavored Markdown's Callouts
10
+ to add Obsidian Flavored Markdown's Callouts
11
11
12
12
13
13
## Usage instructions
14
14
Start the container in the folder that contains your documentation source
15
15
16
16
``` bash
17
17
$ podman run --rm -v $PWD :/workspace \
18
- ghcr .io/gbraad-redhat /mdbook:0.4.42 \
18
+ quay .io/crc-org /mdbook:0.4.42 \
19
19
mdbook build
20
20
```
21
21
@@ -25,7 +25,7 @@ Or using
25
25
26
26
``` bash
27
27
$ podman run --rm -v $PWD :/workspace -p 3000:3000 \
28
- ghcr .io/gbraad-redhat /mdbook:0.4.42 \
28
+ quay .io/crc-org /mdbook:0.4.42 \
29
29
mdbook serve
30
30
```
31
31
You can’t perform that action at this time.
0 commit comments