mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
chore: commit .tome/ as Tome intends, remove CI workaround
This commit is contained in:
@@ -21,10 +21,6 @@ jobs:
|
||||
working-directory: ./www
|
||||
run: bun install
|
||||
|
||||
- name: Generate Tome entry
|
||||
working-directory: ./www
|
||||
run: mkdir -p .tome && echo 'import "@tomehq/theme/entry";' > .tome/entry.tsx
|
||||
|
||||
- name: Build
|
||||
working-directory: ./www
|
||||
run: bun run build
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
node_modules/
|
||||
out/
|
||||
dist/
|
||||
.tome/
|
||||
.DS_Store
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
// Bootstraps the Tome documentation shell.
|
||||
// Configure your site in tome.config.js instead.
|
||||
import "@tomehq/theme/entry";
|
||||
Reference in New Issue
Block a user