Skip to content

Commit

Permalink
create workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorDev committed Sep 19, 2024
1 parent 9ec1cd3 commit ae5c088
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/retype.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish Retype powered website to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
publish:
name: Publish to retype branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: retypeapp/action-build@latest
- uses: retypeapp/action-github-pages@latest
with:
update-branch: true
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# test

0 comments on commit ae5c088

Please sign in to comment.