Skip to content

Commit

Permalink
ci: 쉘스크립트 및 yml step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HiimKwak committed Nov 14, 2023
1 parent 1ffe12d commit e236001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: creates output
run: sh ./build.sh

- name: Config git extraheader
run: |
git config --unset-all http.https://github.com/.extraheader
Expand Down
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
cd ../
mkdir output
cp -R ./[client]/* ./output
cp -R ./output ./[client]/

0 comments on commit e236001

Please sign in to comment.