Skip to content

Commit 8bca9ca

Browse files
committed
chore: add slides
1 parent 4479213 commit 8bca9ca

27 files changed

+5324
-152
lines changed

.github/workflows/static-file-host.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ jobs:
4848
run: pnpm install --frozen-lockfile
4949
working-directory: ${{ env.BUILD_PATH }}
5050

51-
- name: Build with Astro
52-
run: |
53-
pnpm astro build \
54-
--site "${{ steps.pages.outputs.origin }}" \
55-
--base "${{ steps.pages.outputs.base_path }}"
51+
- name: Build
52+
env:
53+
BASE_PATH: ${{ steps.pages.outputs.base_path }}
54+
run: pnpm build
5655
working-directory: ${{ env.BUILD_PATH }}
5756

5857
- name: Upload artifact

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ pnpm-debug.log*
1919

2020
# macOS-specific files
2121
.DS_Store
22+
23+
*.local
24+
.vite-inspect
25+
.remote-assets
26+
components.d.ts
2227
.pnpm-store

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
shamefully-hoist=true
2+
auto-install-peers=true
3+
enable-pre-post-scripts=true
File renamed without changes.

apps/docs/package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "docs",
3+
"type": "module",
4+
"private": true,
5+
"scripts": {
6+
"dev": "astro dev --host",
7+
"start": "astro dev",
8+
"build": "astro build --outDir ../../dist --base $BASE_PATH",
9+
"preview": "astro preview",
10+
"astro": "astro"
11+
},
12+
"dependencies": {
13+
"@astrojs/starlight": "^0.34.3",
14+
"astro": "^5.9.2",
15+
"sharp": "^0.34.2",
16+
"starlight-theme-openscript": "^0.1.8"
17+
},
18+
"packageManager": "pnpm@10.12.1"
19+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)