Skip to content

Commit 8e53707

Browse files
workflow dispatch with the push branches
1 parent ce57830 commit 8e53707

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/docusaurus.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy Docusaurus to GitHub Pages
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches:
7-
# - 810-feature-static-site-generator-for-project-documentation
5+
push:
6+
branches:
7+
- 810-feature-static-site-generator-for-project-documentation
88

99
jobs:
1010
build:

.github/workflows/mkdocs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: mkdocs
22
on:
33
workflow_dispatch:
4-
# push:
5-
# branches:
6-
# - 810-feature-static-site-generator-for-project-documentation
4+
push:
5+
branches:
6+
- 810-feature-static-site-generator-for-project-documentation
7+
78
jobs:
89
deploy:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)