Skip to content

minor beta change

minor beta change #9

Workflow file for this run

name: Build/Publish Beta Docs
on:
push:
branches:
- beta
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install Dependencies
run: |
pip install -r requirements.txt
- name: Setup Docs Deploy
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Build Docs Website
run: mike deploy --push --update-aliases 2.4 beta