We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f8e8d commit e67d9b3Copy full SHA for e67d9b3
1 file changed
.github/workflows/docs.yml
@@ -66,6 +66,10 @@ jobs:
66
SRC_URI="$REPO_URL/blob/$COMMIT"
67
DB=api-docs.db
68
69
+ # Remove stale DB from cache — schema changes cause
70
+ # "no such table" errors if an old DB is reused
71
+ rm -f "$BUILD/$DB"
72
+
73
# Bibliography prepass
74
if [ -f docs/references.bib ]; then
75
$DOCGEN bibPrepass --build "$BUILD" docs/references.bib
0 commit comments