Skip to content

cleanup: Update Vitepress configuration, remove unnecessary files & r… #8

cleanup: Update Vitepress configuration, remove unnecessary files & r…

cleanup: Update Vitepress configuration, remove unnecessary files & r… #8

Workflow file for this run

name: Mirror to Codeberg
on:
push:
branches: ['main']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: mirror-repository
uses: spyoungtech/[email protected]
with:
REMOTE: 'https://codeberg.org/gxbs/aplos.git'
GIT_USERNAME: gxbs
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}