Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down