Skip to content

Update index.html

Update index.html #8

Workflow file for this run

name: Publish docs via GitHub
on:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}