Skip to content

Fix font installation issue #24

Fix font installation issue

Fix font installation issue #24

Workflow file for this run

name: check
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
container:
image: reitzig/texlive-base:2023.1
options: --user root
env:
SRC_DIR: /__w/LNI/LNI
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Prepare build
run: |
/bin/entrypoint pwd
fmtutils-sys --all
- name: Build examples (using build.sh)
run: /bin/entrypoint work
- name: Upload build result
uses: actions/upload-artifact@v3
with:
name: PDFs
path: '/work/out'
- name: Prepare for CTAN
run: ./prepare_for_CTAN
- name: Upload CTAN build
uses: actions/upload-artifact@v3
with:
name: CTAN
path: '*.tar.gz'