Skip to content
Snippets Groups Projects

Draft: Implement @nuxt/content v3

Open Nathan Dubord requested to merge content-v3 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -116,7 +116,7 @@ build:
- apt-get update && apt-get install -y --no-install-recommends git sqlite3
script:
- sqlite3 gitlab-content.db "VACUUM;"
- sqlite < sqlite-config.sql
- sqlite3 < sqlite-config.sql
- chmod +x ./scripts/diff_checker.sh
- ./scripts/diff_checker.sh
dependencies:
Loading