From ae5c0885e72c3529691d9cebbfc3b05f8a87152d Mon Sep 17 00:00:00 2001 From: Wiktor Wilk <70075488+WiktorDev@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:39:14 +0200 Subject: [PATCH] create workflows --- .github/workflows/retype.yml | 16 ++++++++++++++++ .idea/vcs.xml | 6 ++++++ readme.md | 1 + 3 files changed, 23 insertions(+) create mode 100644 .github/workflows/retype.yml create mode 100644 .idea/vcs.xml create mode 100644 readme.md diff --git a/.github/workflows/retype.yml b/.github/workflows/retype.yml new file mode 100644 index 0000000..43e27ee --- /dev/null +++ b/.github/workflows/retype.yml @@ -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 \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..00bcb6e --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +# test \ No newline at end of file