Skip to content

Commit

Permalink
Fix whitespace issue in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboa88 committed Jun 17, 2024
1 parent 92b71f1 commit c0b24b3
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 @@ -25,8 +25,8 @@ jobs:
run: yarn install --immutable

- name: Build with Gatsby
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: yarn build

- name: Deploy to gh-pages branch
Expand Down

0 comments on commit c0b24b3

Please sign in to comment.