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 a00cee3 commit 97b685aCopy full SHA for 97b685a
.github/workflows/docs.yml
@@ -1,18 +1,13 @@
1
name: Docs
2
3
-on: [push, release, workflow_dispatch]
+on: [release, workflow_dispatch]
4
5
jobs:
6
docs:
7
runs-on: ubuntu-latest
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
15
-
16
- name: Set up Python
17
uses: actions/setup-python@v2
18
with:
0 commit comments