Skip to content

feat: grid colour when exporting #67

feat: grid colour when exporting

feat: grid colour when exporting #67

Workflow file for this run

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