Skip to content

Commit 7169cb9

Browse files
authored
fix: fix publish docs workflow (#12)
1 parent d924214 commit 7169cb9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+95
-118
lines changed

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
sudo apt-get update
5050
sudo apt-get install -y doxygen
51-
make install-deps
51+
pip install -r docs/requirements.txt
5252
5353
- name: Build API
5454
run: |
@@ -63,6 +63,7 @@ jobs:
6363
mkdir -p /tmp/site
6464
cp -r ./_build/html/* /tmp/site/
6565
cd -
66+
touch .nojekyll
6667
6768
- name: Deploy to gh-pages
6869
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)