Skip to content

Tweaks to OHW26 admonition #862

Tweaks to OHW26 admonition

Tweaks to OHW26 admonition #862

Workflow file for this run

name: Build and Deploy docs
on: [push, pull_request]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.51.0
cache: true
- name: Build documentation
shell: bash -l {0}
run: |
pixi run html
- name: Deploy
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/source' && github.repository == 'oceanhackweek/oceanhackweek.github.io'
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master
FOLDER: _build/html
CLEAN: false