Skip to content

Commit

Permalink
Upgrade to Astro 3
Browse files Browse the repository at this point in the history
  • Loading branch information
edvinlinden committed Oct 4, 2023
1 parent e40815c commit 62ada58
Show file tree
Hide file tree
Showing 8 changed files with 5,977 additions and 3,417 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install, build, and upload your site
uses: withastro/action@v0
uses: withastro/action@v1
# with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
Expand Down
Loading

0 comments on commit 62ada58

Please sign in to comment.