We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd04b03 + 378b89e commit 039f7b9Copy full SHA for 039f7b9
1 file changed
.github/workflows/deploy-docs.yaml
@@ -1,6 +1,7 @@
1
name: Deploy docs to website
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- master
@@ -16,9 +17,9 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2.1.1
19
- name: Set up Python 3.x
- uses: actions/setup-python@v1
20
+ uses: actions/setup-python@v2
21
with:
- python-version: '3.x'
22
+ python-version: '3.9'
23
- name: Display Python version
24
run: python -c "import sys; print(sys.version)"
25
- name: Install docs dependencies
0 commit comments