Skip to content

Commit 17eded3

Browse files
committed
Add github actions for retype
1 parent 5e20a4b commit 17eded3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/retype.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Publish Retype powered website to GitHub Pages
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
publish:
10+
name: Publish to retype branch
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v2
16+
17+
- uses: retypeapp/action-build@v1
18+
19+
- uses: retypeapp/action-github-pages@v1
20+
with:
21+
update-branch: true

0 commit comments

Comments
 (0)