Skip to content

Commit

Permalink
Install dependency markdown plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Aug 14, 2023
1 parent 3687983 commit 91c5c02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:

# Steps are a sequence of tasks that will be executed as part of the job
steps:

- name: Install dependencies
run: |
pip3 install sphinx_markdown_builder
# Check out repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
# Builds docs using sphinx
Expand Down

0 comments on commit 91c5c02

Please sign in to comment.