Skip to content

Add param name into class queue and add blacklist #74

Add param name into class queue and add blacklist

Add param name into class queue and add blacklist #74

name: build documentation and publish - updateService
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY_UPDATESERVICE }}
with:
source-directory: 'src'
destination-github-username: 'Anime-Manga'
destination-repository-name: 'updateService'
target-branch: dev
target-directory: 'src/references'