Skip to content

Commit

Permalink
chore :: github action rm .github
Browse files Browse the repository at this point in the history
  • Loading branch information
jikwan0327 committed Jul 5, 2024
1 parent 8676556 commit 49d9f93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
run: sh ./build.sh
- name: Check files after build
run: ls -al ./output
- name: Delete .github directory
run: |
cd ./output
rm -rf .github
ls -al
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
Expand Down
5 changes: 1 addition & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ cd ../
mkdir output
cp -R ./JOBIS-FE/. ./output
cp -R ./output ./JOBIS-FE/
cd ./output
ls -al
rm -rf .github
ls -al

0 comments on commit 49d9f93

Please sign in to comment.