prepare for release

This commit is contained in:
taskylizard 2023-10-29 13:57:04 +05:30
parent e58f0f5cd7
commit 5d2ab8403a
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
3 changed files with 10 additions and 48 deletions

View file

@ -1,40 +0,0 @@
name: Update FMHY Retype
on:
workflow_dispatch:
schedule:
- cron: "0 */2 * * *"
jobs:
update:
name: Update FMHY Retype
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Move Files
run: |
cp -r .github/assets/* .
shell: bash
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Prepare Files
shell: bash
run: |
python .github/replace-links-to-fmhy-in-files-in-current-dir.py
python .github/add-headers.py
- name: Build Retype
uses: retypeapp/action-build@latest
- uses: retypeapp/action-github-pages@latest
with:
branch: retype
update-branch: true