We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0e031 commit 3b1b9aeCopy full SHA for 3b1b9ae
.github/workflows/ci_pipeline.yml
@@ -56,6 +56,8 @@ jobs:
56
57
- name: Build documentation
58
run: |
59
+ chmod u+x ./docs/update_apidocs.sh
60
+ ./docs/update_apidocs.sh
61
sphinx-build -b html docs/source docs/build/html
62
63
- name: Deploy 🚀
docs/update_apidocs.sh
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+
3
# Assuring we are running in the project's root
4
[[ -d "${PWD}/docs" && "./docs/update_apidocs.sh" == "$0" ]] ||
5
{
0 commit comments