You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.2 KiB
YAML

2 years ago
name: Build Adventurer's Guide
run-name: ${{ github.actor }} is building Adventurer's Guide
2 years ago
on:
push:
branches:
- main
2 years ago
jobs:
Build-PDF:
2 years ago
# runs-on: registry.gitlab.com/islandoftex/images/texlive:TL2023-2023-04-09-medium
runs-on: ubuntu-latest
2 years ago
permissions:
contents: read
packages: write
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }}."
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
2 years ago
- name: Install dependencies
run: |
2 years ago
apt-get update && apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended
2 years ago
- name: Build PDF with `latexmk`
run: latexmk
- run: echo "PDF built"
2 years ago
- run: echo "GHtoken $GITHUB_TOKEN"
- run: echo "gt token $GITEA_TOKEN"
2 years ago
# - name: Publish package
# run: |
2 years ago
# curl