We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce57830 commit 8e53707Copy full SHA for 8e53707
.github/workflows/docusaurus.yaml
@@ -2,9 +2,9 @@ name: Deploy Docusaurus to GitHub Pages
2
3
on:
4
workflow_dispatch:
5
- # push:
6
- # branches:
7
- # - 810-feature-static-site-generator-for-project-documentation
+ push:
+ branches:
+ - 810-feature-static-site-generator-for-project-documentation
8
9
jobs:
10
build:
.github/workflows/mkdocs.yaml
@@ -1,9 +1,10 @@
1
name: mkdocs
+
deploy:
runs-on: ubuntu-latest
0 commit comments