summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-15 08:15:51 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-15 08:17:04 +0300
commitae42b4fbeb305b0c8ab3b6b847ce34ab4c10e229 (patch)
tree1e85da1fd01dcfeeac5870743cb61cb927865b87 /check
parent2cab75c9ab5df447e7d676d968fc5ffbd006d231 (diff)
downloadcachedir-rs-ae42b4fbeb305b0c8ab3b6b847ce34ab4c10e229.tar.gz
fix: partially adapt to new external Subplot YAML metadata
build.rs needs to wait for the next Subplot release before it can use the new cachedir.subplot file. After than, the metadata can be dropped from cachedir.md. This partial migration fixes my CI, though, so it's a good step to take. Sponsored-by: author
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index 8e40071..2c8e3ba 100755
--- a/check
+++ b/check
@@ -31,7 +31,7 @@ got_cargo_cmd fmt && cargo fmt -- --check
cargo build --all-targets $quiet
$hideok cargo test
-subplot docgen cachedir.md -o cachedir.html
-subplot docgen cachedir.md -o cachedir.pdf
+subplot docgen cachedir.subplot -o cachedir.html
+subplot docgen cachedir.subplot -o cachedir.pdf
echo "Everything seems to be in order."