Skip to content

Merge pull request #69 from molikk/Fix-displaying-Grid-total-Power-wh… #73

Merge pull request #69 from molikk/Fix-displaying-Grid-total-Power-wh…

Merge pull request #69 from molikk/Fix-displaying-Grid-total-Power-wh… #73

Workflow file for this run

---
name: Generate and Deploy Documentation
on:
push:
branches:
- main
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to GitHub Pages
uses: totaldebug/sphinx-publish-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'