Skip to content

Commit f101569

Browse files
authored
Docs (#325)
* Scaffold documentation site * Remove node_modules * rename * add getting-started * add gh-pages workflow * fix
1 parent 563a9c7 commit f101569

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
bun-version: latest # or specify a version like '1.0.0'
1919

2020
- name: Install Dependencies
21+
working-directory: ./www
2122
run: bun install
2223

2324
- name: Build
25+
working-directory: ./www
2426
run: bun run build
2527

2628
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)