Skip to content

Commit 00df9c4

Browse files
committed
Create docs on each commit
1 parent 469e81c commit 00df9c4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/build_documentation.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: Build Documentation
22

3-
on:
4-
# Allows you to run this workflow manually from the Actions tab
5-
workflow_dispatch:
6-
branches: ["main"]
3+
# Allows you to run this workflow manually from the Actions tab
4+
# on:
5+
# workflow_dispatch:
6+
# branches: ["main"]
77

8+
# Run workflow on every commit
9+
on:
10+
push:
11+
branches:
12+
- main
813

914
# Sets permissions of the GITHUB_TOKEN to allow files to be committed to gh-pages branch
1015
permissions:

0 commit comments

Comments
 (0)