diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2df88af..d4e0e95 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -76,8 +76,6 @@ jobs: run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} - name: Build with Next.js run: ${{ steps.detect-package-manager.outputs.runner }} next build - - name: Static HTML export with Next.js - run: ${{ steps.detect-package-manager.outputs.runner }} next export - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: diff --git a/docs/package.json b/docs/package.json index 95b9f0a..927ff5e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,6 +25,7 @@ }, "devDependencies": { "@types/json-schema": "^7.0.15", + "@types/node": "^20.12.12", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.9.0", diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 257f12b..7aeb75c 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -48,6 +48,9 @@ importers: '@types/json-schema': specifier: ^7.0.15 version: 7.0.15 + '@types/node': + specifier: ^20.12.12 + version: 20.12.12 '@types/react': specifier: ^18.3.2 version: 18.3.2 @@ -269,6 +272,9 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + '@types/node@20.12.12': + resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==} + '@types/prop-types@15.7.12': resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} @@ -946,6 +952,9 @@ packages: engines: {node: '>=14.17'} hasBin: true + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -1185,6 +1194,10 @@ snapshots: '@types/json-schema@7.0.15': {} + '@types/node@20.12.12': + dependencies: + undici-types: 5.26.5 + '@types/prop-types@15.7.12': {} '@types/react-dom@18.3.0': @@ -1865,6 +1878,8 @@ snapshots: typescript@5.4.5: {} + undici-types@5.26.5: {} + uri-js@4.4.1: dependencies: punycode: 2.3.1