File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
echo "✓"
49
49
50
50
adoc_build :
51
- name : Asciidoctor Build For PR branch preview
51
+ name : Ccutil Build For PR branch preview
52
52
runs-on : ubuntu-latest
53
53
needs : authorize
54
54
permissions :
@@ -69,13 +69,13 @@ jobs:
69
69
# update
70
70
sudo apt-get update -y || true
71
71
# install
72
- sudo apt-get -y -q install asciidoctor && asciidoctor --version
72
+ sudo apt-get -y -q install podman && podman --version
73
73
echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
74
74
75
75
- name : Build guides and indexes
76
76
run : |
77
77
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 }}"
79
79
80
80
- name : Pull from origin before pushing (if possible)
81
81
run : |
You can’t perform that action at this time.
0 commit comments