Skip to content

update gen-pdf

update gen-pdf #15

Workflow file for this run

# This workflow sync the current github repo to a remote repo by using 'git push'.
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: michaelliao/git-push-action@v3
env:
PUSH_SSH_KEY: ${{ secrets.PUSH_SSH_KEY }}
with:
remote_repository: |
[email protected]:cryptomichael/gitsite.git
[email protected]:liaoxuefeng/gitsite.git
push_options: "--force"