Skip to content

New base URL means a new CNAME and updated doc links (#135) #6

New base URL means a new CNAME and updated doc links (#135)

New base URL means a new CNAME and updated doc links (#135) #6

Workflow file for this run

name: Mirror
on:
push:
branches:
- '*'
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: jamesaorson/composite-git-mirror@main
with:
target-git-url: [email protected]:~jamesaorson/${{ github.event.repository.name }}
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}