Skip to content

Commit

Permalink
ci: add yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Jul 31, 2024
1 parent c759e9a commit dd887a0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site output

- name: Set node
uses: actions/setup-node@v4

- name: Set yarn
run: corepack enable

- name: Install, build, and upload the site
uses: withastro/action@v2
with:
node-version: 20

deploy:
needs: build
Expand All @@ -30,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 dd887a0

Please sign in to comment.