We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eabbe78 + 910626e commit f106e50Copy full SHA for f106e50
.github/workflows/docs.yml
@@ -43,7 +43,7 @@ jobs:
43
run: sudo apt-get install dia mscgen inkscape texlive-latex-recommended texlive-latex-extra
44
45
- name: 🐍 Install Conda environment
46
- uses: mamba-org/provision-with-micromamba@v15
+ uses: mamba-org/setup-micromamba@v1
47
with:
48
environment-file: .github/workflows/micromamba/docs.yml
49
@@ -75,6 +75,7 @@ jobs:
75
name: github-pages
76
url: ${{ steps.deployment.outputs.page_url }}
77
runs-on: ubuntu-latest
78
+ if: github.ref == 'refs/heads/master'
79
needs: docs
80
steps:
81
- name: Deploy to GitHub Pages
0 commit comments