Skip to content

Commit 67f819d

Browse files
authored
ci: add workflow dispatch (#674)
1 parent 7eaf30e commit 67f819d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docs
33
on:
44
release:
55
types: [created]
6+
workflow_dispatch:
67

78
jobs:
89
build:
@@ -39,7 +40,6 @@ jobs:
3940
environment:
4041
name: github-pages
4142
url: ${{ steps.deployment.outputs.page_url }}
42-
4343
steps:
4444
- name: Deploy to GitHub Pages
4545
id: deployment

0 commit comments

Comments
 (0)