Skip to content

Commit

Permalink
[Doc] Documentation is now built from support/v5.13 branch (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold authored Mar 20, 2024
1 parent 4baac72 commit 61e0e92
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation build
on:
push:
branches:
- master
- support/v5.13
release:
types:
- released
Expand All @@ -12,7 +12,7 @@ on:

jobs:
documentation-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Install Dependencies
Expand All @@ -25,7 +25,7 @@ jobs:
with:
submodules: 'true'
fetch-depth: 0
ref: 'master'
ref: 'support/v5.13'

- name: Install Python requirements
shell: bash
Expand All @@ -42,8 +42,6 @@ jobs:
run: |
source ".venv_build/bin/activate"
export CC=/usr/bin/gcc-9
export CXX=/usr/bin/g++-9
mkdir "${{ runner.workspace }}/_build"
cd "${{ runner.workspace }}/_build"
cmake $GITHUB_WORKSPACE -G "Ninja" \
Expand Down Expand Up @@ -90,7 +88,7 @@ jobs:
working-directory: ${{ runner.workspace }}/_build

- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3.6.4
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 61e0e92

Please sign in to comment.