Skip to content

Commit

Permalink
Feat/integrate GitHub pages (#5) (#6)
Browse files Browse the repository at this point in the history
* Create nextjs.yml

* fix: configures bun with github pages workflow runner

* fix: removes bun caching
  • Loading branch information
AyoItsYas authored Sep 6, 2024
1 parent 94dc34c commit c66b03e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
fi
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
# with:
# node-version: "20"
# cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v5
with:
Expand Down

0 comments on commit c66b03e

Please sign in to comment.