Skip to content

Commit 5d2a12d

Browse files
author
Peter Bryant
committed
👷 Create documentation deploy workflow
1 parent a17eb8d commit 5d2a12d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/docs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Deploy Documentation
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
docs:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v2
14+
15+
- name: Deploy docs to GitHub Pages
16+
uses: JamesIves/[email protected]
17+
with:
18+
branch: gh-pages
19+
folder: docs

0 commit comments

Comments
 (0)