Skip to content

Commit 2d063a9

Browse files
committed
Fix whitespace issue in deploy workflow
1 parent dcbf9a0 commit 2d063a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Gatsby Build & Deploy
33

44
on:
5-
workflow_dispatch:
5+
workflow_dispatch:
66
push:
77
branches: [$default-branch]
88

@@ -58,7 +58,7 @@ jobs:
5858
- name: Build with Gatsby
5959
env:
6060
PREFIX_PATHS: 'true'
61-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
61+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
6262
run: yarn build
6363

6464
- name: Upload artifact

0 commit comments

Comments
 (0)