Skip to content

Commit

Permalink
오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
은지 committed Feb 27, 2024
1 parent b435016 commit c9750cb
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/gitActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3

- name: NodeJS Installation ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: CI='false' yarn build
working-directory: ./src

- name: Cache node modules
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-modules-

- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
Expand Down

0 comments on commit c9750cb

Please sign in to comment.