Skip to content

Commit 40384ba

Browse files
authored
Create deploy-gh-pages.yaml
1 parent a767236 commit 40384ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Deploy mdBook to GH Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- 'master'
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: XAMPPRocky/[email protected]
14+
with:
15+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)