Skip to content

Commit

Permalink
Merge pull request #266 from eseiler/infra/docs
Browse files Browse the repository at this point in the history
[INFRA] Run doc CI in container
  • Loading branch information
eseiler authored Oct 23, 2024
2 parents 60ff406 + 7dca128 commit 0c80b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
if: ( github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint' ) && github.event.action != 'closed'
container:
image: ghcr.io/seqan/gcc-14
volumes:
- /home/runner:/home/runner
steps:
- name: Checkout
if: github.event_name != 'pull_request_target'
Expand Down

0 comments on commit 0c80b6d

Please sign in to comment.