Skip to content

Commit

Permalink
I can't believe I forgot the checkout action 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Pierson committed Jun 17, 2024
1 parent ca23b61 commit c676c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-node@v4.0.2
with:
node-version: 20
- name: Checkout
uses: actions/checkout@v4.1.7
- name: build frontend
working-directory: packages/frontend
run: |
Expand All @@ -29,7 +31,7 @@ jobs:
# run: |
# npx @azure/static-web-apps-cli deploy .output/public/ --api-location .output/server/ --env production --deployment-token ${{ secrets.AZURE_SWA_DEPLOYMENT_TOKEN }}
- name: Upload build artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.3
with:
name: packages
path: .output/**
Expand Down

0 comments on commit c676c44

Please sign in to comment.