Skip to content

fix paths in overhead e2e github workflow #8

fix paths in overhead e2e github workflow

fix paths in overhead e2e github workflow #8

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git
run: |
git config user.name "GitHub Actions Bot"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: |
pip install mkdocs
- name: Deploy docs
run: mkdocs gh-deploy --force