Skip to content

add demos

add demos #2

Workflow file for this run

name: Build and Deploy Sphinx
on:
push:
branches:
- main # or master, depending on your default branch name
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: actions/checkout@v3
uses: actions/checkout@v3
- name: photon-platform/action-deploy-sphinx-gh-pages
uses: photon-platform/action-deploy-sphinx-gh-pages@v4
# with:
# python_version: '3.x' # Optional, default is '3.x'