Skip to content

Commit

Permalink
workflow 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush-linux committed Jun 3, 2024
1 parent e0d17ec commit 5308ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflow/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: "20"
node-version: "18"
# Pick your own package manager and build script
- run: npm install
- run: npx nuxt build --preset github_pages
Expand Down

0 comments on commit 5308ee4

Please sign in to comment.