Skip to content

Merge pull request #1010 from eventflow/dependabot/github_actions/act… #40

Merge pull request #1010 from eventflow/dependabot/github_actions/act…

Merge pull request #1010 from eventflow/dependabot/github_actions/act… #40

Workflow file for this run

name: docs
on:
push:
branches:
- develop-v1
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}