From 24182c555cb0f52eade3f0ab5a2e2cd31bad9316 Mon Sep 17 00:00:00 2001 From: Markus Merklinger Date: Mon, 28 Oct 2024 12:43:22 +0100 Subject: [PATCH] Adapt CI pipeline to new repository structure --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e783be53bc..865a5d1d46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Continuous integration on: push: branches-ignore: - - "master" + - "main" pull_request: jobs: @@ -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 @@ -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