Skip to content

Commit d9409bc

Browse files
committed
Remove API docs build step from workflow and clean up package.json
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 896b352 commit d9409bc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/astro.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
- name: Install dependencies
6565
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
6666
working-directory: ${{ env.BUILD_PATH }}
67-
- name: Build API docs
68-
run: npm run devdocs
6967
- name: Build with Astro
7068
run: |
7169
${{ steps.detect-package-manager.outputs.runner }} astro build \

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"start": "astro dev",
88
"build": "astro check && astro build",
99
"preview": "astro preview",
10-
"astro": "astro",
11-
"devdocs": "npx tsx src/api/gen.ts"
10+
"astro": "astro"
1211
},
1312
"dependencies": {
1413
"@astrojs/check": "^0.9.4",

0 commit comments

Comments
 (0)