Skip to content

Commit 025c0c1

Browse files
committed
Fix debug list files
1 parent cb4a399 commit 025c0c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Debug List Files
16-
- run: ls -al
16+
run: ls -al
1717

1818
- name: Checkout Repository
1919
uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030
yarn --version
3131
3232
- name: Install Dependencies
33-
run: yarn install
33+
run: yarn install --frozen-lockfile
3434

3535
- name: Deploy Gatsby Blog
3636
run: yarn run deploy-gh

0 commit comments

Comments
 (0)