Skip to content

Commit 84326c0

Browse files
authored
Merge pull request #15 from SOPT-all/fix/ci-cd/#14
[fix/#14] deploy 오류 해결
2 parents 24fa981 + 6041bf6 commit 84326c0

File tree

2 files changed

+235
-237
lines changed

2 files changed

+235
-237
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5
12-
- name: Install mustache (to update the date)
13-
run: sudo apt-get update && sudo apt-get install -y ruby && gem install mustache
1412
- name: creates output
1513
run: sh ./build.sh
1614
- name: Pushes to another repository

0 commit comments

Comments
 (0)