Browse Source

Fix run command

github-actions
Garrit Franke 3 years ago
parent
commit
e23d649c63
  1. 2
      .github/workflows/deploy_docs.yml

2
.github/workflows/deploy_docs.yml

@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
run: |
- run: |
python build_docs.py
- name: Deploy

Loading…
Cancel
Save