Skip to content

Commit f8e027c

Browse files
committed
Back to docs
1 parent be522f3 commit f8e027c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- name: Build static export
3333
run: |
3434
npm run build
35-
cp docsnew/index.html docsnew/404.html # SPA fallback
35+
cp docs/index.html docs/404.html # SPA fallback
3636
3737
- name: Upload artifact
3838
uses: actions/upload-pages-artifact@v3
3939
with:
40-
path: ./docsnew
40+
path: ./docs
4141

4242
deploy:
4343
environment:

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const nextConfig = {
44
typescript: { ignoreBuildErrors: true },
55
images: { unoptimized: true },
66
output: 'export',
7-
distDir: "docsnew",
7+
distDir: "docs",
88
basePath: '/dupsugsite',
99
assetPrefix: '/dupsugsite/',
1010
images: { unoptimized: true }

0 commit comments

Comments
 (0)