Skip to content

Commit 5f83fc1

Browse files
committed
Update remaining tools/ references missed in rename commit
README.md, update-prerelease-reference.yml, typst.qmd, and build-all.sh were edited but not staged by the original commit. Also removes the orphaned freeze cache for typst.qmd.
1 parent 343bde7 commit 5f83fc1

5 files changed

Lines changed: 7 additions & 23 deletions

File tree

.github/workflows/update-prerelease-reference.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ jobs:
121121

122122
- name: Generate format/cell/project reference JSON
123123
run: |
124-
quarto run tools/reference.ts
124+
quarto run _tools/reference.ts
125125
126126
- name: Generate CLI reference
127127
run: |
128128
# Generate CLI info JSON
129129
quarto dev-call cli-info > docs/cli/cli-info.json
130130
# Generate markdown from JSON
131-
quarto run tools/reference-cli-generate-md.R
131+
quarto run _tools/reference-cli-generate-md.R
132132
133133
# --- Check for changes ---
134134

@@ -188,8 +188,8 @@ jobs:
188188
189189
## Scripts run
190190
191-
- \`tools/reference.ts\` - format/cell/project reference JSON
192-
- \`tools/reference-cli-generate-md.R\` - CLI reference markdown
191+
- \`_tools/reference.ts\` - format/cell/project reference JSON
192+
- \`_tools/reference-cli-generate-md.R\` - CLI reference markdown
193193
EOF
194194
195195
if [ -n "$existing_pr_number" ]; then

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Documents running python with the Knitr engine will go through **reticulate**. *
100100
The tablular data on options listed in the [Reference section](https://quarto.org/docs/reference/) are generated automatically by running:
101101

102102
```
103-
quarto run tools/reference.ts
103+
quarto run _tools/reference.ts
104104
```
105105

106106
This builds the `.json` files in `docs/references` based on the [Quarto CLI schema](https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/schema). The script assumes you have `quarto-cli/` at the same level in your directory structure as `quarto-web/`.

0 commit comments

Comments
 (0)