Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
fix(devops): added checkout action to allow for committing psi-svg
Browse files Browse the repository at this point in the history
/spent 2m
  • Loading branch information
nico-i committed Feb 4, 2024
1 parent 3e3e7c3 commit 2244e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
SITE_URL: ${{ vars.SITE_URL }}
PSI_STRAT: ${{ vars.PSI_STRAT }}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 2244e92

Please sign in to comment.