Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rustnl/rustnl2025
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed Jan 31, 2025
2 parents a2fe838 + 3e5c4b8 commit 3435541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site output
uses: withastro/action@v1
uses: withastro/action@v2
deploy:
needs: build
runs-on: ubuntu-latest
Expand All @@ -27,4 +27,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 3435541

Please sign in to comment.