Skip to content

Commit 1c3cb65

Browse files
committedSep 8, 2024
Publiceer de Retype website naar GitHub Pages
1 parent 199011b commit 1c3cb65

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "Publish Website to GitHub Pages"
3+
4+
on:
5+
push:
6+
branches:
7+
- "main"
8+
workflow_dispatch:
9+
10+
jobs:
11+
publish:
12+
name: "Publish to github-pages branch"
13+
permissions:
14+
contents: "write"
15+
runs-on: "ubuntu-latest"
16+
steps:
17+
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
18+
19+
- uses: "retypeapp/action-build@a95ca1f9508dec8465a93f2e50a1228d22e90f4e" # v3.5.0
20+
21+
- uses: "retypeapp/action-github-pages@5a952a4f53fc7366288db464ec120f755e9f1303" # v3.5.0
22+
with:
23+
branch: "gh-pages"
24+
update-branch: true

0 commit comments

Comments
 (0)