Skip to content

Commit

Permalink
🤖 fix pandoc action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsaki authored Oct 19, 2024
1 parent ef0749a commit 1ba22f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"

- uses: docker://pandoc/core:2.9

- name: Install dependencies
run: |
pip install sphinx nbsphinx sphinx-rtd-theme pandoc
Expand Down

0 comments on commit 1ba22f4

Please sign in to comment.