Skip to content

Fix Pixi build, disallow image reflow , and add CI #2

Fix Pixi build, disallow image reflow , and add CI

Fix Pixi build, disallow image reflow , and add CI #2

Workflow file for this run

name: build_docs.yml
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.48.1
- name: Install DejaVu fonts
run: |
sudo apt-get update
sudo apt-get install -y fonts-dejavu
fc-cache -fv
- name: Build PDF
run: pixi run test build
- name: Upload PDF artifact
uses: actions/upload-artifact@v4
with:
name: aousd_core_spec
path: tests/build/aousd_core_spec.pdf
- name: Upload DOCX artifact
uses: actions/upload-artifact@v4
with:
name: aousd_core_spec-docx
path: tests/build/aousd_core_spec.docx
- name: Upload HTML artifact
uses: actions/upload-artifact@v4
with:
name: aousd_core_spec-html
path: tests/build/aousd_core_spec.html