Skip to content

fix: not showing 404 #15

fix: not showing 404

fix: not showing 404 #15

# Vercel now won't allow deploying from an organization account for hobby accounts
name: GitlabSync
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Add remote
run: git remote add target https://${{ secrets.GLUSER }}:${{ secrets.GLTOKEN }}@${{ secrets.GLREPO }}
- name: Push
run: git push -f target