We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808aadd commit 945302bCopy full SHA for 945302b
.github/workflows/deploy-docs.yaml
@@ -55,6 +55,6 @@ jobs:
55
- name: Generate schema documentation
56
run: |
57
# copy the schema files to the GH pages as a means of publishing them
58
- cp src/dcat_4c_ap/schema/*.yaml docs/
+ cp src/nmr_dcat_ap/schema/*.yaml docs/
59
just gen-doc
60
uv run mkdocs gh-deploy
0 commit comments