From 68e35dc94e9d0c1025fc246635877037778e7ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Tue, 5 Nov 2024 13:33:31 +0100 Subject: [PATCH] RHIDP-4529 Build documentation previews on GitHub with ccutil RHIDP-4529 Build documentation previews on GitHub with ccutil --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c722fc77d0..243c4ed89d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -48,7 +48,7 @@ jobs: echo "✓" adoc_build: - name: Asciidoctor Build For PR branch preview + name: Ccutil Build For PR branch preview runs-on: ubuntu-latest needs: authorize permissions: @@ -69,13 +69,13 @@ jobs: # update sudo apt-get update -y || true # install - sudo apt-get -y -q install asciidoctor && asciidoctor --version + sudo apt-get -y -q install podman && podman --version echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV - name: Build guides and indexes run: | echo "Building PR ${{ github.event.pull_request.number }}" - build/scripts/build.sh -b "pr-${{ github.event.number }}" + build/scripts/build-ccutil.sh -b "pr-${{ github.event.number }}" - name: Pull from origin before pushing (if possible) run: |