Skip to content

Commit f106e50

Browse files
authored
Merge pull request #254 from jupyter-xeus/dependabot/github_actions/mamba-org/provision-with-micromamba-16
Bump mamba-org/provision-with-micromamba from 15 to 16
2 parents eabbe78 + 910626e commit f106e50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: sudo apt-get install dia mscgen inkscape texlive-latex-recommended texlive-latex-extra
4444

4545
- name: 🐍 Install Conda environment
46-
uses: mamba-org/provision-with-micromamba@v15
46+
uses: mamba-org/setup-micromamba@v1
4747
with:
4848
environment-file: .github/workflows/micromamba/docs.yml
4949

@@ -75,6 +75,7 @@ jobs:
7575
name: github-pages
7676
url: ${{ steps.deployment.outputs.page_url }}
7777
runs-on: ubuntu-latest
78+
if: github.ref == 'refs/heads/master'
7879
needs: docs
7980
steps:
8081
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)