Skip to content

Commit 0b04bf6

Browse files
authored
Merge pull request #134 from jerboa88/v3
Fix whitespace issue in deploy workflow
2 parents b03cbb2 + 2d063a9 commit 0b04bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)