Skip to content

Commit

Permalink
chore: Testing gatsby build.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Sep 10, 2023
1 parent 855410b commit 38a1d2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
# Install v3.7.1 of gatsby-cli
- run: npm install -g [email protected]

- run: npm -v
- run: gatsby --version
# Install project dependencies
- run: npm install

# Run gatsby build
- run: gatsby build

0 comments on commit 38a1d2e

Please sign in to comment.