Skip to content

Commit af91ebd

Browse files
authored
Update deploy.yml
1 parent 59b95f5 commit af91ebd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Test and Deploy Docusaurus
22

33
on:
4+
workflow_dispatch:
5+
pull_request:
46
push:
57
branches:
68
- master
7-
pull_request:
89

910
jobs:
1011
build:
@@ -49,4 +50,4 @@ jobs:
4950
steps:
5051
- name: Deploy to GitHub Pages
5152
id: deployment
52-
uses: actions/deploy-pages@v4
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)