Skip to content

Commit

Permalink
update github actions workflow to use new xmosdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanGit committed Sep 22, 2023
1 parent a14bfbd commit a1f7596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
workflow_dispatch: {}

env:
DOC_BUILDER_IMAGE: 'ghcr.io/xmos/doc_builder:v3.0.0'
DOC_BUILDER_IMAGE: 'ghcr.io/xmos/doc_builder:pr-67'

jobs:
build_documentation:
Expand All @@ -43,4 +43,4 @@ jobs:
- name: Build documentation
run: |
docker run --rm -t -u "$(id -u):$(id -g)" -v ${{ github.workspace }}:/build -e PDF=1 -e REPO:/build -e EXCLUDE_PATTERNS=/build/doc/exclude_patterns.inc -e DOXYGEN_INCLUDE=/build/doc/Doxyfile.inc -e DOXYGEN_INPUT=ignore ${DOC_BUILDER_IMAGE}
docker run --rm -t -u "$(id -u):$(id -g)" -v ${{ github.workspace }}:/build ${DOC_BUILDER_IMAGE} -vv

0 comments on commit a1f7596

Please sign in to comment.