Main: fix search and card heights/defautl to s2025, Rating: fix sizin… #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Force push code to GitLab for deployment | |
name: Mirror | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: action-pack/gitlab-sync@v3 | |
with: | |
# GitLab repo URL | |
url: https://gitlab.sccs.swarthmore.edu/sccs/scheduler.git | |
# GitLab username | |
username: mirrorbot | |
# GitLab token | |
token: ${{ secrets.GITLAB_TOKEN }} |