Skip to content

Commit

Permalink
public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Mar 20, 2024
1 parent be23f11 commit 2607a37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
# ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock', '**/pnpm-lock.yaml') }}-
- name: Install dependencies
run: pnpm install
- name: Build with Next.js
run: pnpm run build
# - name: Build with Next.js
# run: pnpm run build
- name: Static HTML export with Next.js
run: pnpm run export
- name: Upload artifact
Expand Down
Empty file added public/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.betteridea.dev

0 comments on commit 2607a37

Please sign in to comment.