Skip to content

Commit 1151aef

Browse files
committed
feat(ci/cd): add auto generated documentation to gh-pages
project: staple ref: https://github.com/marketplace/actions/compile-documentation
1 parent 8460885 commit 1151aef

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: documentation
2+
on:
3+
push:
4+
branches:
5+
- master
6+
- auto-docs
7+
8+
permissions:
9+
pages: write
10+
id-token: write
11+
jobs:
12+
publish:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v1
16+
- uses: shinmera/[email protected]
17+
with:
18+
gh-pages: true
19+
dist: http://dist.ultralisp.org

0 commit comments

Comments
 (0)