Skip to content

Commit dcb14d5

Browse files
author
Christoph Bühler
committed
chore: add github pages workflow
1 parent 91ea8a2 commit dcb14d5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Publish Documentation
2+
3+
on:
4+
push:
5+
branches: [master]
6+
7+
jobs:
8+
build-and-deploy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: nikeee/[email protected]
13+
name: Build Documentation
14+
with:
15+
args: docs/docfx.json
16+
- name: Deploy
17+
uses: JamesIves/[email protected]
18+
with:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
BRANCH: gh-pages
21+
FOLDER: docs/public

0 commit comments

Comments
 (0)