Skip to content

Commit

Permalink
Merge pull request #4 from jaideepghosh/feat/gh-action
Browse files Browse the repository at this point in the history
fix:Let the user trigger the action to build and deploy
  • Loading branch information
jaideepghosh authored Oct 8, 2024
2 parents a6b3b9c + 39b4e81 commit 5eec167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
name: Deploy Next.js site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
workflow_dispatch:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/boards",
output: "export",
reactStrictMode: true,
};

Expand Down

0 comments on commit 5eec167

Please sign in to comment.