Skip to content

Merge pull request #4 from Keegabyte/patch-2 #11

Merge pull request #4 from Keegabyte/patch-2

Merge pull request #4 from Keegabyte/patch-2 #11

Workflow file for this run

name: deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git
run: |
git config --global user.name "Gemini"
git config --global user.email "gemini@google.com"
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force