Skip to content

Bump mamba-org/setup-micromamba from 2.0.0 to 2.0.1 in the github-actions group #654

Bump mamba-org/setup-micromamba from 2.0.0 to 2.0.1 in the github-actions group

Bump mamba-org/setup-micromamba from 2.0.0 to 2.0.1 in the github-actions group #654

Workflow file for this run

name: Build and Deploy docs
on:
pull_request:
push:
branches: [main]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e #v1
with:
environment-name: IOOS
init-shell: bash
create-args: >-
--file .binder/conda-lock.yml
- name: Build documentation
shell: bash -l {0}
run: >
set -e
&& jupyter-book build jupyterbook
- name: GitHub Pages action
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e #v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: jupyterbook/_build/html