Skip to content

Commit c46386b

Browse files
authored
Create retype-action.yml
0 parents  commit c46386b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/retype-action.yml

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

0 commit comments

Comments
 (0)