Add editable image files for the Clock cover and the results boxes + add (R) symbol to the cube cover file #270
Workflow file for this run
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: PR build test | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install dependencies | |
run: bin/install_dependencies.sh | |
- name: Run the PDF compilation process | |
run: bin/build.sh | |
- uses: actions/upload-artifact@v2 | |
with: | |
name: build | |
path: build |