Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-cls authored May 31, 2024
1 parent 99a27f3 commit c2a0361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install dependencies dependencies
run: micromamba install -y -n base --file docs/requirements.txt && && micromamba clean --all --yes
run: micromamba install -y -n base --file docs/requirements.txt && micromamba clean --all --yes
- name: Sphinx build
run: "sphinx-build -b html docs _build"
- uses: actions/[email protected]
Expand Down

0 comments on commit c2a0361

Please sign in to comment.