Skip to content
Prev Previous commit
Next Next commit
undo debug
  • Loading branch information
mfeurer committed Apr 16, 2021
commit f81d61cc1931d32632b5833cb171f4dc480ef7d8
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Make docs
run: |
cd doc
make html
- name: Check links
run: |
cd doc
pwd
make linkcheck
- name: Pull latest gh-pages
if: (contains(github.ref, 'develop') || contains(github.ref, 'master')) && github.event_name == 'push'
Expand Down