Skip to content

Commit

Permalink
fix: add manual option for docs deploy
Browse files Browse the repository at this point in the history
In order to test docs deployment GH action, add a manual deployment option.
  • Loading branch information
jacobemery committed Sep 21, 2023
1 parent 6496234 commit 5c5f430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish docs via GitHub Pages
on:
workflow_dispatch:

push:
branches:
- main
Expand Down

0 comments on commit 5c5f430

Please sign in to comment.