chore: commit .tome/ as Tome intends, remove CI workaround

This commit is contained in:
Ed Zynda
2026-03-19 16:48:38 +03:00
parent e49066a119
commit fd61db3e12
3 changed files with 3 additions and 5 deletions
-4
View File
@@ -21,10 +21,6 @@ jobs:
working-directory: ./www working-directory: ./www
run: bun install run: bun install
- name: Generate Tome entry
working-directory: ./www
run: mkdir -p .tome && echo 'import "@tomehq/theme/entry";' > .tome/entry.tsx
- name: Build - name: Build
working-directory: ./www working-directory: ./www
run: bun run build run: bun run build
-1
View File
@@ -1,5 +1,4 @@
node_modules/ node_modules/
out/ out/
dist/ dist/
.tome/
.DS_Store .DS_Store
+3
View File
@@ -0,0 +1,3 @@
// Bootstraps the Tome documentation shell.
// Configure your site in tome.config.js instead.
import "@tomehq/theme/entry";