Skip to content

Commit e2583ae

Browse files
committed
fix: zip argument & base path
1 parent 8f9efa0 commit e2583ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
DEPLOY_PROJECT: ${{ secrets.DEPLOY_PROJECT }}
3333
SECRET_KEY: ${{ secrets.SECRET_KEY }}
3434
run: |
35-
zip -r -j docs-sjmcl.zip out
35+
zip -r docs-sjmcl.zip out
3636
ARTIFACT_HASH=$(sha256sum docs-sjmcl.zip | awk '{ print $1 }')
3737
DEPLOY_TIMESTAMP=$(date +%s)
3838
DEPLOY_HASH="${SECRET_KEY}${DEPLOY_TIMESTAMP}${ARTIFACT_HASH}"

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const withNextra = nextra({
77

88
// Export the final Next.js config with Nextra included
99
export default withNextra({
10-
basePath: '/docs-sjmcl',
10+
basePath: '/sjmcl',
1111
output: 'export',
1212
images: {
1313
unoptimized: true // mandatory, otherwise won't export

0 commit comments

Comments
 (0)