Skip to content

Commit 3b1b9ae

Browse files
committed
working on import issues during sphinx built........
1 parent 5a0e031 commit 3b1b9ae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
- name: Build documentation
5858
run: |
59+
chmod u+x ./docs/update_apidocs.sh
60+
./docs/update_apidocs.sh
5961
sphinx-build -b html docs/source docs/build/html
6062
6163
- name: Deploy 🚀

docs/update_apidocs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Assuring we are running in the project's root
24
[[ -d "${PWD}/docs" && "./docs/update_apidocs.sh" == "$0" ]] ||
35
{

0 commit comments

Comments
 (0)