Skip to content

Commit

Permalink
adjusted deploy action to new next version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjentsch committed Dec 18, 2024
1 parent 80dc65b commit af0d4cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Run Tests
run: npm run test:ci

- name: Export static files
run: npm run export

- name: Add .nojekyll file
run: touch ./out/.nojekyll

Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const withPlugins = require("next-compose-plugins");
*/
const nextConfig = {
/* config options here */
output: "export",
sassOptions: {
includePaths: [path.join(__dirname, "styles")],
},
Expand Down

0 comments on commit af0d4cc

Please sign in to comment.