Skip to content

Commit 1ffa5ed

Browse files
author
Meg Montañez Davenport
committed
Add workflow_dispatch to force GitHub Actions run
1 parent 1b8a84a commit 1ffa5ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Deploy mkdocs site
2+
23
on:
34
push:
45
branches: [ main ]
6+
workflow_dispatch:
7+
58
jobs:
69
deploy:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)