Skip to content

chore: upgrade to Astro 4.2 + other deps (#118) #22

chore: upgrade to Astro 4.2 + other deps (#118)

chore: upgrade to Astro 4.2 + other deps (#118) #22

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
jobs:
sync-branch:
name: Sync preview branch
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update preview branch
run: |
git checkout -B preview
git merge main
git push origin preview