Skip to content

Commit

Permalink
Attempting to get deploy configured
Browse files Browse the repository at this point in the history
Applying suggestions from withastro/action#45 (comment)
  • Loading branch information
dgilleland committed May 2, 2024
1 parent d74be48 commit 366950b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/[email protected].4
uses: actions/[email protected].1

- name: Setup Node
uses: actions/[email protected]
with:
node-version: 20
# - name: Setup Node
# uses: actions/[email protected]
# with:
# node-version: 20

- name: Install, build, and upload your site
uses: withastro/action@v2
uses: withastro/action@v2.0.0
# with:
# package-manager: pnpm
# node-version: 20
Expand Down

0 comments on commit 366950b

Please sign in to comment.