Skip to content

Commit 71ea5dd

Browse files
committed
Prettier
1 parent cc39a21 commit 71ea5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version-file: '.nvmrc' # Read version from .nvmrc
24+
node-version-file: ".nvmrc" # Read version from .nvmrc
2525

2626
- name: Install dependencies
2727
run: yarn install --frozen-lockfile
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/upload-pages-artifact@v3
3434
with:
3535
# Upload entire repository
36-
path: '.'
36+
path: "."
3737

3838
deploy:
3939
needs: build

0 commit comments

Comments
 (0)