Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
container: texlive/texlive:latest
steps:
- uses: actions/checkout@v4
- name: Pull LFS content (figures are stored via Git LFS)
run: |
apt-get update -qq && apt-get install -y -qq git-lfs
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git lfs install
git lfs pull
- name: Build arc42 documentation
working-directory: documentation
run: make
Expand Down
Loading