Skip to content

Commit

Permalink
change cache inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Jul 15, 2024
1 parent 3590316 commit 74c800c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"pipeline": {
"compile": {
"inputs": [
"docs/**/*.md"
"**/*.md"
],
"outputs": [
"../examples/tests/doc_examples/**/*.w"
]
}
}
}
}

0 comments on commit 74c800c

Please sign in to comment.