Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barneydobson committed Nov 6, 2024
1 parent 925ff72 commit 2ef2fc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Install dependencies
run: |
pip install .[doc]
python -c "import pypandoc; pypandoc.download_pandoc()"
pip install .[doc]
python -c "import pypandoc; pypandoc.download_pandoc()"
- name: Test Docs
run: mkdocs build
Expand Down Expand Up @@ -125,8 +125,8 @@ jobs:

- name: Install dependencies
run: |
pip install .[doc]
python -c "import pypandoc; pypandoc.download_pandoc()"
pip install .[doc]
python -c "import pypandoc; pypandoc.download_pandoc()"
- name: Deploy Docs
run: mkdocs gh-deploy --force

0 comments on commit 2ef2fc8

Please sign in to comment.