Skip to content

Commit

Permalink
Use conda run
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 30, 2024
1 parent 3dd4ceb commit a2e1a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
git fetch origin gh-pages --depth=1
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
MIKE_BIN="../.nox/docs/bin/mike"
$MIKE_BIN deploy --push ~latest --title=latest
RUN_MIKE="conda run -p ../.nox/docs mike"
$RUN_MIKE deploy --push ~latest --title=latest
deploy:
name: Deploy docs to Netlify
Expand Down

0 comments on commit a2e1a12

Please sign in to comment.