Skip to content

Commit 2b4b63d

Browse files
Merge branch 'main' into main
2 parents a1b189e + c265f86 commit 2b4b63d

5 files changed

Lines changed: 4461 additions & 53 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches: [ main ]
6+
pull_request:
67
workflow_dispatch:
78

89
permissions:
@@ -22,6 +23,7 @@ jobs:
2223

2324
deploy:
2425
needs: build
26+
if: github.ref == 'refs/heads/main' && github.repository == 'nextftc/nextftc-docs-beta'
2527
runs-on: ubuntu-latest
2628
environment:
2729
name: github-pages

.idea/workspace.xml

Lines changed: 65 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
"start": "astro dev",
88
"build": "astro build",
99
"preview": "astro preview",
10-
"astro": "astro"
10+
"astro": "astro",
11+
"check": "astro check"
1112
},
1213
"dependencies": {
1314
"@astrojs/starlight": "^0.41.4",
15+
"@types/node": "^26.1.1",
1416
"astro": "^7.0.2",
1517
"sharp": "^0.34.5",
1618
"starlight-theme-galaxy": "^0.8.0"
17-
},
18-
"devDependencies": {
19-
"@types/bun": "^1.3.14"
2019
}
2120
}

0 commit comments

Comments
 (0)