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 3d0c608 commit 679e7e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ jobs:

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

- name: Install dependencies
run: |
sudo pip3 install sphinx_markdown_builder
# Check out repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
# Builds docs using sphinx
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"
pre-build-command: pip3 install sphinx_markdown_builder
# Create an artifact out of the generated HTML
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 679e7e8

Please sign in to comment.