Skip to content

Commit eeb2440

Browse files
Merge pull request #7 from rajeev/retype-migration
Retype migration
2 parents 23886ff + b2c621a commit eeb2440

21 files changed

+1383
-35
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Publish Retype powered website to GitHub Pages
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
- retype-migration
8+
9+
jobs:
10+
publish:
11+
name: Publish to retype branch
12+
13+
runs-on: ubuntu-latest
14+
15+
permissions:
16+
contents: write
17+
18+
steps:
19+
- uses: actions/checkout@v4
20+
21+
- uses: actions/setup-dotnet@v4
22+
with:
23+
dotnet-version: 7.0.x
24+
25+
- uses: retypeapp/action-build@latest
26+
27+
- uses: retypeapp/action-github-pages@latest
28+
with:
29+
update-branch: true

0 commit comments

Comments
 (0)