Skip to content

Merge pull request #90 from AtelierArith/compathelper/new_version/202… #93

Merge pull request #90 from AtelierArith/compathelper/new_version/202…

Merge pull request #90 from AtelierArith/compathelper/new_version/202… #93

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
tags: [v*]
workflow_dispatch:
jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
permissions:
contents: write
statuses: write
strategy:
fail-fast: false
matrix:
version:
- '1'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v4
- name: Configure Fonts
run: |
sudo get update && apt-get install fontconfig
bash tools/fonts/download_juisee.sh
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}