Skip to content

Commit 94650c0

Browse files
authored
Made workflow manually runnable
1 parent 0a76d13 commit 94650c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Publish to GitHub Pages
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main
@@ -25,4 +26,4 @@ jobs:
2526
restore-keys: |
2627
mkdocs-material-
2728
- run: pip install -r requirements.txt
28-
- run: mkdocs gh-deploy --force
29+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)