Skip to content

Commit a592a50

Browse files
authored
Create build-documentation.yml
1 parent 25d744f commit a592a50

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# .github/workflows/build-documentation.yml
2+
3+
name: build-documentation
4+
5+
on:
6+
# Run on push to main branch
7+
push:
8+
branches:
9+
- main
10+
11+
# Dispatch if triggered using Github (website)
12+
workflow_dispatch:
13+
14+
jobs:
15+
Build-documentation:
16+
runs-on: macos-latest
17+
steps:
18+
- name: Build documentation
19+
uses: 0xWDG/build-documentation@main

0 commit comments

Comments
 (0)