Skip to content

feat: update cron schedule to run every 4 days and add workflow to mi… #1

feat: update cron schedule to run every 4 days and add workflow to mi…

feat: update cron schedule to run every 4 days and add workflow to mi… #1

name: Mirror to personal repo (Vercel)
on:
push:
branches: ['**']
delete:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to personal mirror
run: |
git remote add mirror https://x-access-token:${{ secrets.MIRROR_PAT }}@github.com/Gabrielebattimelli/Physlib-Website.git
git push mirror --all
git push mirror --tags