Skip to content

Commit

Permalink
cd fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jul 1, 2024
1 parent 441f276 commit b05a3e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: creates output
run: sh ./build.sh
- name: Copy cd-aws.yml to output
run: cp .github/workflows/cd-aws.yml output/cd-aws.yml
run: |
mkdir -p output/.github/workflows
cp .github/workflows/cd-aws.yml output/.github/workflows/cd-aws.yml
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
Expand Down

0 comments on commit b05a3e3

Please sign in to comment.