Skip to content

Commit

Permalink
Merge pull request #134 from jerboa88/v3
Browse files Browse the repository at this point in the history
Fix whitespace issue in deploy workflow
  • Loading branch information
jerboa88 authored Jun 17, 2024
2 parents b03cbb2 + 2d063a9 commit 0b04bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Gatsby Build & Deploy

on:
workflow_dispatch:
workflow_dispatch:
push:
branches: [$default-branch]

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build with Gatsby
env:
PREFIX_PATHS: 'true'
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: yarn build

- name: Upload artifact
Expand Down

0 comments on commit 0b04bf6

Please sign in to comment.