Skip to content

Commit

Permalink
Master (#455)
Browse files Browse the repository at this point in the history
* billboard 차트 type 주입 방식 변경 (#440) (#441)

Co-authored-by: kim jeong yong <[email protected]>

* Update build-and-deploy.yml (#445)

* change build-and-deploy.yml (#446)

* Update build-and-deploy.yml

* Update build-and-deploy.yml

* 운영 반영 (#447)

* Update build-and-deploy.yml

* Update build-and-deploy.yml

* Update build-and-deploy.yml

* Update deploy.sh

* Update README.md

* 이슈 8703 처리 (#452) (#453)

Co-authored-by: usbsync <[email protected]>

* Update package.json

* npm pkg fix

---------

Co-authored-by: leunge <[email protected]>
Co-authored-by: kim jeong yong <[email protected]>
Co-authored-by: Tnks2U <[email protected]>
  • Loading branch information
4 people authored Sep 6, 2024
1 parent 43d59b4 commit 73ed2a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
id: target_branch
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
- uses: haya14busa/action-cond@v1
id: deploy_branch
with:
cond: ${{ steps.target_branch.outputs.branch == 'master' }}
if_true: 'build'
if_false: dist/${{ steps.target_branch.outputs.branch }}
- name: Execute build.sh
run: |
sh ./scripts/build.sh
Expand All @@ -47,4 +41,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: true
directory: ./build
branch: ${{ steps.deploy_branch.outputs.value }}
branch: dist/${{ steps.target_branch.outputs.branch }}
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

이 Repository 는 [EntryJS](https://github.com/entrylabs/entryjs)에서 사용되는 팝업등의 다양한 기능들을 위해 만들어 졌습니다.

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9329aa0f9b664532a8a599d2af0f501d)](https://www.codacy.com/project/entrylabs/entry-tool/dashboard?utm_source=github.com&utm_medium=referral&utm_content=entrylabs/entry-tool&utm_campaign=Badge_Grade_Dashboard)
[![Build Status](https://travis-ci.org/entrylabs/entry-tool.svg?branch=master)](https://travis-ci.org/entrylabs/entry-tool)

:tada:

## 설치
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@entrylabs/tool",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/entrylabs/entry-tool.git"
"url": "git+https://github.com/entrylabs/entry-tool.git"
},
"engines": {
"node": ">=8.9.x",
Expand Down

0 comments on commit 73ed2a4

Please sign in to comment.