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 b743666 commit 9aeafafCopy full SHA for 9aeafaf
.github/workflows/docs.yml
@@ -12,10 +12,11 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-python@v4
14
- name: Install dependencies
15
- run: pip install sphinx sphinx_rtd_theme
+ run: pip install sphinx
16
- name: Sphinx build
17
run: |
18
- sphinx-build docs _build
+ sphinx-apidoc -o docs scaleway
19
+ sphinx-build -b html docs _build
20
- name: Deploy
21
uses: peaceiris/actions-gh-pages@v3
22
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments