Skip to content

Commit 82361ea

Browse files
committed
updated doc
1 parent 247b608 commit 82361ea

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

Diff for: .github/workflows/documentation.yml

+9-14
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- name: Set up Python
13-
uses: actions/setup-python@v2
14-
with:
15-
python-version: '3.9'
16-
- name: Install dependencies
17-
run: |
18-
python -m pip install --upgrade pip
19-
pip install setuptools wheel
20-
pip install -r requirements-dev.txt
21-
pip install -e .
22-
- name: Deploy to GitHub Pages
23-
run: |
24-
mkdocs gh-deploy
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-python@v2
13+
with:
14+
python-version: 3.9
15+
- run: |
16+
python -m pip install --upgrade pip
17+
pip install -r requirements-dev.txt
18+
pip install -e .
19+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)