Skip to content

Commit

Permalink
Merge branch 'table-css' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Sep 29, 2023
2 parents 01ca3ce + abf4c66 commit 7a8f2ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy_to_s3_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Cache node modules
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-build-
${{ runner.OS }}-
# - name: Cache node modules
# uses: actions/cache@v1
# with:
# path: node_modules
# key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.OS }}-build-
# ${{ runner.OS }}-

- name: Install
run: npm install
Expand Down

0 comments on commit 7a8f2ca

Please sign in to comment.