Skip to content

Commit

Permalink
Merge pull request #28 from stakater-ab/pdf-push
Browse files Browse the repository at this point in the history
Address PDF build issue for push workflow
  • Loading branch information
rasheedamir committed Apr 8, 2024
2 parents 93ce073 + f0fb7ce commit ea4feeb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/asciidoctor_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ on:

jobs:
build:
runs-on: ubuntu-latest
container:
image: quay.io/redhat-cop/ubi8-asciidoctor:v2.1
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Setup Docker on MacOS Runner
run: |
brew install docker
colima start
- name: Generate PDF
run: |
cd $GITHUB_WORKSPACE/${{ inputs.document }}/ && ./generate-pdf -o main
Expand Down

0 comments on commit ea4feeb

Please sign in to comment.