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 b8a486b commit ba79303Copy full SHA for ba79303
.github/workflows/docs.yml
@@ -8,10 +8,10 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
11
- - name: Setup JDK 1.8
12
- uses: actions/setup-java@v1
13
- with:
14
- java-version: 1.8
+ # - name: Setup JDK 1.8
+ # uses: actions/setup-java@v1
+ # with:
+ # java-version: 1.8
15
16
- name: Set up Python
17
uses: actions/setup-python@v2
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Build mkdocs website
38
working-directory: ./docs
39
- run: pipenv mkdocs build --clean --verbose
+ run: pipenv run mkdocs build --clean --verbose
40
41
- name: Deploy mkdocs website
42
uses: peaceiris/actions-gh-pages@v3
0 commit comments