Skip to content

Commit 3fa9a39

Browse files
committed
Updated workflow
1 parent d572301 commit 3fa9a39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/update-docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v2
13+
- uses: actions/setup-python@v2
1414
with:
15-
node-version: 14
16-
registry-url: 'https://registry.npmjs.org'
15+
python-version: 3.x
1716

18-
- name: Install mkdocs
19-
run: sudo pip install mkdocs
17+
# - name: Install mkdocs
18+
# run: pip install mkdocs
2019

2120
- name: Install MkDocs theme
22-
run: sudo pip install mkdocs-material==3.1.0
21+
run: pip install mkdocs-material==3.1.0
2322

2423
- name: Build docs
25-
run: cd docs/documentation && mkdocs gh-deploy
24+
run: mkdocs gh-deploy
25+
working-directory: docs/documentation

0 commit comments

Comments
 (0)