Skip to content

Commit 30db245

Browse files
authored
RHIDP-4529 chore: Build documentation previews on GitHub with ccutil (redhat-developer#670)
1 parent 52e87a8 commit 30db245

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "✓"
4949
5050
adoc_build:
51-
name: Asciidoctor Build For PR branch preview
51+
name: Ccutil Build For PR branch preview
5252
runs-on: ubuntu-latest
5353
needs: authorize
5454
permissions:
@@ -69,13 +69,13 @@ jobs:
6969
# update
7070
sudo apt-get update -y || true
7171
# install
72-
sudo apt-get -y -q install asciidoctor && asciidoctor --version
72+
sudo apt-get -y -q install podman && podman --version
7373
echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
7474
7575
- name: Build guides and indexes
7676
run: |
7777
echo "Building PR ${{ github.event.pull_request.number }}"
78-
build/scripts/build.sh -b "pr-${{ github.event.number }}"
78+
build/scripts/build-ccutil.sh -b "pr-${{ github.event.number }}"
7979
8080
- name: Pull from origin before pushing (if possible)
8181
run: |

0 commit comments

Comments
 (0)