File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments