Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni committed Oct 12, 2024
1 parent 3aca73f commit 0ef853e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main # Change this to your default branch if it's not 'main'
- stage # Change this to your default branch if it's not 'main'

jobs:
build-and-deploy:
Expand All @@ -19,10 +19,10 @@ jobs:
node-version: '14'

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

- name: Build and export the static site
run: npm run deploy
run: pnpm run deploy

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 0ef853e

Please sign in to comment.