Skip to content

fix: add per-page metadata to dashboard, download, and community pages #39

fix: add per-page metadata to dashboard, download, and community pages

fix: add per-page metadata to dashboard, download, and community pages #39

Workflow file for this run

name: Mirror to GitLab
on:
push:
branches: ['**']
tags: ['**']
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to GitLab
env:
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
run: |
git remote add gitlab "https://oauth2:${GITLAB_TOKEN}@gitlab.com/bokiko/${{ github.event.repository.name }}.git"
git push gitlab --all --force
git push gitlab --tags --force