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 2aff288 commit b910b87Copy full SHA for b910b87
.github/workflows/docs.yml
@@ -1,14 +1,12 @@
1
name: Build Docs
2
+permissions: read-all
3
4
on:
5
workflow_dispatch: # run on request (no need for PR)
6
push:
7
branches:
8
- master
9
-# Declare default permissions as read only.
10
-permissions: read-all
11
-
12
jobs:
13
Build-Docs:
14
runs-on: ubuntu-20.04
@@ -22,9 +20,7 @@ jobs:
22
20
with:
23
21
python-version: "3.10"
24
- name: Install dependencies
25
- run: |
26
- python -m pip install --upgrade pip
27
- pip install -r docs/requirements.txt
+ run: pip install 'model_api/python/.[docs]'
28
- name: Install and Generate Doxygen
29
uses: mattnotmitt/[email protected]
30
- name: Build Docs
docs/requirements.txt
0 commit comments