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
on:
workflow_dispatch:
push:
branches:
- main

Loading…
Cancel
Save