Skip to content

Commit

Permalink
Adapt CI pipeline to new repository structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Oct 28, 2024
1 parent 1ec86cb commit 24182c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous integration
on:
push:
branches-ignore:
- "master"
- "main"
pull_request:

jobs:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Syntax check
run: |
. venv/bin/activate
rstcheck --recursive --ignore-directives "tabs" source/ #fido2/ hsm/ nethsm/ nextbox/ nitrokey3/ nitropad/ nitropc/ nitrophone/ nitrowall/ pro/ software/ start/ storage/ u2f/
rstcheck --recursive --ignore-directives "tabs" source/
build-error-check:
name: Check build error
runs-on: ubuntu-latest
Expand All @@ -38,5 +38,4 @@ jobs:
- name: Build documentation
run: |
. venv/bin/activate
cd source
sphinx-build -W -j 1 -a -D language='en' -b html . __preview
sphinx-build -W -j 1 -a -D language='en' -b html source __preview

0 comments on commit 24182c5

Please sign in to comment.