Skip to content

Commit

Permalink
Merge pull request #88 from xmos/ed-xmos-patch-1
Browse files Browse the repository at this point in the history
Archive docs in workflow
  • Loading branch information
ed-xmos authored Oct 4, 2023
2 parents f52f685 + 9153e71 commit d046804
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ 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}
- name: Save documentation artifacts
uses: actions/upload-artifact@v3
with:
name: fwk_io_docs
path: ./doc/_build
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
retention-days: 5

0 comments on commit d046804

Please sign in to comment.