Skip to content

Commit

Permalink
Merge pull request #3 from fixie-ai/add-build-action
Browse files Browse the repository at this point in the history
add pnpm install to action
  • Loading branch information
benlower committed Aug 6, 2024
2 parents 839eadd + fd11141 commit b33b270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9
- name: Print out current commit
run: |
echo "Commit: ${{ inputs.commit-sha }}" || echo "No commit sha provided"
Expand Down

0 comments on commit b33b270

Please sign in to comment.