Skip to content

Merge pull request #1 from Syndel-Birb/main #33

Merge pull request #1 from Syndel-Birb/main

Merge pull request #1 from Syndel-Birb/main #33

Workflow file for this run

name: ci
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Deploy
run: |
pip install mkdocs-material
mkdocs gh-deploy