diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 89132d8..9587db2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,7 +7,7 @@ on: - src/** - package.json - tsconfig.json - - .github/workflows/** + - .github/workflows/codeql-analysis.yml pull_request: # The branches below must be a subset of the branches above branches: [master] diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bd8e45c..4d6f23f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ on: - package.json - tsconfig.json - next.config.js - - .github/workflows/** + - .github/workflows/deploy.yml env: NEXT_TELEMETRY_DISABLED: 1 diff --git a/netlify.toml b/netlify.toml index 6c13737..4366f55 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - publish = "out" - command = "yarn export" \ No newline at end of file + publish = ".next" + command = "yarn build" \ No newline at end of file