Skip to content

Commit

Permalink
Use withastro/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Jun 6, 2024
1 parent 6913c15 commit 01d1159
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site output
uses: withastro/action@v2
uses: withastro/[email protected]
with:
path: .
node-version: 21.5.0
package-manager: npm

deploy:
needs: build
Expand Down

0 comments on commit 01d1159

Please sign in to comment.