Skip to content

Commit ba79303

Browse files
committed
fix: Fix command for running mkdocs
1 parent b8a486b commit ba79303

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010

11-
- name: Setup JDK 1.8
12-
uses: actions/setup-java@v1
13-
with:
14-
java-version: 1.8
11+
# - name: Setup JDK 1.8
12+
# uses: actions/setup-java@v1
13+
# with:
14+
# java-version: 1.8
1515

1616
- name: Set up Python
1717
uses: actions/setup-python@v2
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Build mkdocs website
3838
working-directory: ./docs
39-
run: pipenv mkdocs build --clean --verbose
39+
run: pipenv run mkdocs build --clean --verbose
4040

4141
- name: Deploy mkdocs website
4242
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)