Browse Source

allow manual deploy

pull/1579/head
liamcottle 4 months ago
parent
commit
706b5a39c6
  1. 1
      .github/workflows/github-pages.yml

1
.github/workflows/github-pages.yml

@ -1,6 +1,7 @@
name: Build and deploy Docs site to GitHub Pages name: Build and deploy Docs site to GitHub Pages
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main

Loading…
Cancel
Save