Skip to content

Commit

Permalink
Upgrade deploy template versions
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Mar 31, 2024
1 parent 12a6231 commit 05e0d7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install, build, and upload your site output
uses: withastro/action@v0
uses: withastro/action@v2
with:
package-manager: npm
node-version: 20

deploy:
needs: build
Expand All @@ -34,4 +35,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 05e0d7c

Please sign in to comment.