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: |