Skip to content

docs: 更新README,添加预览依赖和运行服务器的说明 (#46) #158

docs: 更新README,添加预览依赖和运行服务器的说明 (#46)

docs: 更新README,添加预览依赖和运行服务器的说明 (#46) #158

Workflow file for this run

name: Mirror
on:
push:
branches:
- main
workflow_dispatch:
jobs:
codeberg:
if: github.repository_owner == 'zigcc'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git push --tags --force https://${{ secrets.CBTOKEN }}@codeberg.org/jiacai2050/zigcc.git "refs/remotes/origin/*:refs/heads/*"