Skip to content

Merge pull request #4 from Gian-z/bugfix/typo-organigram #46

Merge pull request #4 from Gian-z/bugfix/typo-organigram

Merge pull request #4 from Gian-z/bugfix/typo-organigram #46

Workflow file for this run

name: 'Continuous delivery'
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/cache@v3
name: Setup Tectonic cache
with:
path: ~/.cache/Tectonic
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
restore-keys: |
${{ runner.os }}-tectonic-
- uses: wtfjoke/setup-tectonic@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
biber-version: "2.17"
- name: Run Tectonic and Biber
run: tectonic -X build
- name: Upload pdf
uses: actions/upload-artifact@v3
with:
name: Document
path: build/default/default.pdf