Merge pull request #712 from usnistgov/css-updates #259
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build PDF | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
jobs: | |
publishPRDraft: | |
name: Build Pull Request PDF | |
runs-on: ubuntu-latest | |
if: github.event_name == 'pull_request' && github.ref != 'refs/heads/main' | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build the artifacts with the docker image | |
run: docker-compose -f docker-compose-pdf.yml up |