We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896b352 commit d9409bcCopy full SHA for d9409bc
.github/workflows/astro.yml
@@ -64,8 +64,6 @@ jobs:
64
- name: Install dependencies
65
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
66
working-directory: ${{ env.BUILD_PATH }}
67
- - name: Build API docs
68
- run: npm run devdocs
69
- name: Build with Astro
70
run: |
71
${{ steps.detect-package-manager.outputs.runner }} astro build \
package.json
@@ -7,8 +7,7 @@
7
"start": "astro dev",
8
"build": "astro check && astro build",
9
"preview": "astro preview",
10
- "astro": "astro",
11
- "devdocs": "npx tsx src/api/gen.ts"
+ "astro": "astro"
12
},
13
"dependencies": {
14
"@astrojs/check": "^0.9.4",
0 commit comments