Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kalanakt authored Dec 25, 2022
1 parent 025ee65 commit f4bfc96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
@@ -6,13 +6,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
folder: docs
node-version: 16
cache: npm

@@ -24,7 +23,7 @@ jobs:
touch out/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.4.0
uses: JamesIves/github-pages-deploy-action@4
with:
branch: gh-pages
folder: out

0 comments on commit f4bfc96

Please sign in to comment.