Skip to content

Commit

Permalink
Fix path to prep_docs in make_docs workflow (napari#3950)
Browse files Browse the repository at this point in the history
* whoops

* always run

* uncomment
  • Loading branch information
tlambert03 authored Jan 16, 2022
1 parent 1866b1c commit 1cc0592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
token: ${{ secrets.DOCS_GITHUB_TOKEN }}
- name: copy doc sources
run: |
python docs/_scripts/prep_docs.py
python _scripts/prep_docs.py
python -m copy-docs
working-directory: main/docs
- name: update repo
Expand Down

0 comments on commit 1cc0592

Please sign in to comment.