Skip to content

Commit

Permalink
changed actions/configure-pages@v4 to @v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovodo committed May 16, 2024
1 parent 75ed37a commit 1e3ccbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ./.github/workflows/setup-node

- name: Setup Pages ⚙️
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
with:
static_site_generator: next

Expand Down
6 changes: 1 addition & 5 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export", // <=== enables static exports
// distDir: "dist",
images: {
unoptimized: true,
},
output: "export",
};

export default nextConfig;

0 comments on commit 1e3ccbf

Please sign in to comment.