Skip to content

Commit 945302b

Browse files
committed
Fix error
1 parent 808aadd commit 945302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
- name: Generate schema documentation
5656
run: |
5757
# copy the schema files to the GH pages as a means of publishing them
58-
cp src/dcat_4c_ap/schema/*.yaml docs/
58+
cp src/nmr_dcat_ap/schema/*.yaml docs/
5959
just gen-doc
6060
uv run mkdocs gh-deploy

0 commit comments

Comments
 (0)