We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a50f2 commit ca29fd2Copy full SHA for ca29fd2
1 file changed
.github/workflows/publish.yml
@@ -8,10 +8,6 @@ jobs:
8
steps:
9
- name: Clone repo
10
uses: actions/checkout@v2
11
- - name: Set up Python
12
- uses: actions/setup-python@v1
13
- with:
14
- python-version: 3.8.x
15
- name: Install mkdocs
16
run: pip install -r requirements.txt
17
- name: Build documentation
0 commit comments