Skip to content

Commit

Permalink
Publiceer de Retype website naar GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bauglir committed Sep 8, 2024
1 parent 199011b commit 1c3cb65
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/publish-website-to-github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "Publish Website to GitHub Pages"

on:
push:
branches:
- "main"
workflow_dispatch:

jobs:
publish:
name: "Publish to github-pages branch"
permissions:
contents: "write"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7

- uses: "retypeapp/action-build@a95ca1f9508dec8465a93f2e50a1228d22e90f4e" # v3.5.0

- uses: "retypeapp/action-github-pages@5a952a4f53fc7366288db464ec120f755e9f1303" # v3.5.0
with:
branch: "gh-pages"
update-branch: true

0 comments on commit 1c3cb65

Please sign in to comment.