Skip to content

Commit

Permalink
Mark documentation as official when built on gh
Browse files Browse the repository at this point in the history
Without this each doc page is marked as UNOFFICIAL BUILD in the footer.

Signed-off-by: Thomas Frank <[email protected]>
  • Loading branch information
ThoFrank committed Oct 24, 2024
1 parent fdcec72 commit 2bda696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get install -y plantuml
- name: Build Sphinx documentation
run: make html
run: make html OFFICIAL_BUILD=1

- name: Copy redirection index.html
run: cp github_pages/redirect_index.html build/html/index.html
Expand Down

0 comments on commit 2bda696

Please sign in to comment.