Skip to content

Commit

Permalink
lightweight forester CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Jul 22, 2024
1 parent ee250ca commit e423166
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/devdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: DevDocs

on:
push:
branches:
- main
pull_request:

jobs:
build_devdocs:
name: Build DevDocs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xu-cheng/texlive-action@v2
with:
scheme: small
run: |
bash scripts/devdocs.sh
10 changes: 10 additions & 0 deletions scripts/devdocs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

FORESTER_VERSION=4.1.0
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null
cd SCRIPT_DIR
tar -xf forester-$FORESTER_VERSION.tar.gz
cd ..
cd devdocs
../scripts/forester build
Binary file added scripts/forester-4.1.0.tar.gz
Binary file not shown.

0 comments on commit e423166

Please sign in to comment.