Skip to content

Commit ed160e3

Browse files
committed
Fix workflow formatting
1 parent 3741398 commit ed160e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v3
14-
with:
13+
- uses: actions/setup-node@v3
14+
with:
1515
node-version: 16
1616
cache: yarn
17-
- run: yarn install --frozen-lockfile
17+
- run: yarn install --frozen-lockfile
1818

1919
- name: Build
2020
run: yarn build

0 commit comments

Comments
 (0)