Skip to content

Add SEO/GEO optimizations for AI search visibility #37

Add SEO/GEO optimizations for AI search visibility

Add SEO/GEO optimizations for AI search visibility #37

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