Skip to content

Bump version: 0.2.4 → 0.2.5 #12

Bump version: 0.2.4 → 0.2.5

Bump version: 0.2.4 → 0.2.5 #12

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
paths:
- "docs/**"
- ".github/workflows/docs.yml"
- "mkdocs.yml"
- "config.yml"
- "pixi.*"
tags:
- v**
pull_request:
branches:
- main
paths:
- "docs/**"
- ".github/workflows/docs.yml"
- "mkdocs.yml"
- "config.yml"
- "pixi.*"
workflow_dispatch:
inputs:
tag:
description: "Tag to deploy"
required: true
default: "v0.0.0"
jobs:
deploy:
# Don't run on forks
if: github.repository == 'pioneershub/confernce'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: default
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Deploy with mike 🚀
run: |
pixi run -e default mike deploy --push --update-aliases $RELEASE_VERSION latest