Skip to content

Commit

Permalink
[INFRA] Run doc CI in container
Browse files Browse the repository at this point in the history
For compiler check
  • Loading branch information
eseiler committed Oct 23, 2024
1 parent 60ff406 commit 7dca128
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 7dca128

Please sign in to comment.