Skip to content

Commit

Permalink
chore: add github pages configure step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justin1dennison committed Oct 28, 2024
1 parent 48f51f7 commit 31deeb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install

- name: Build the Astro site
run: pnpm build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 31deeb5

Please sign in to comment.