Skip to content

Commit

Permalink
Publish schema YAML files to GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
StroemPhi committed Jan 31, 2025
1 parent ce27f2d commit 5ec2961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
mkdir -p docs
touch docs/.nojekyll
make gendoc
([ ! -f docs/about.md ] && cp src/docs/about.md docs/ && cp src/dcat_4c_ap/schema/* docs/) || true
([ ! -f docs/about.md ] && cp src/docs/about.md docs/ && cp src/dcat_4c_ap/schema/*.yaml docs/) || true
make mkd-gh-deploy

0 comments on commit 5ec2961

Please sign in to comment.