Delete pushtojerry.yml
This commit is contained in:
parent
741e0f5978
commit
e182e128b7
|
@ -1,25 +0,0 @@
|
||||||
name: build documentation and publish
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: remove all images
|
|
||||||
run: find . -name "*.png" | xargs rm -f
|
|
||||||
- name: Pushes to another repository
|
|
||||||
uses: cpina/github-action-push-to-another-repository@main
|
|
||||||
env:
|
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB1 }}
|
|
||||||
with:
|
|
||||||
source-directory: './'
|
|
||||||
destination-github-username: 'jerrykuku'
|
|
||||||
destination-repository-name: 'appstore'
|
|
||||||
user-email: jerrykuku@qq.com
|
|
||||||
target-branch: main
|
|
Loading…
Reference in New Issue