Skip to content

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group … #46

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group …

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group … #46

name: Documentation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.23.0
environments: doc
frozen: true
- name: Build documentation
run: pixi run -e doc build-doc
- name: Update the main gh-page website
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/_build/html
commit_message: "[ci skip] ${{ github.event.head_commit.message }}"