Skip to content

fix: 빌드 오류 수정 #33

fix: 빌드 오류 수정

fix: 빌드 오류 수정 #33

Workflow file for this run

name: CD
on:
push:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- name: creates output
run: sh ./build.sh
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.ACCESS_TOKEN }}
with:
source-directory: 'output'
destination-github-username: kangju2000
destination-repository-name: kagong-sillok-client
user-email: kangju2000@gmail.com
commit-message: ${{ github.event.commits[0].message }}
- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY