Skip to content

Commit

Permalink
Merge pull request #36 from djarecka/fix/doc_purplebox
Browse files Browse the repository at this point in the history
fixing names in workflows/generate_docs.yaml; testing generate_other_…
  • Loading branch information
djarecka authored May 6, 2024
2 parents ddf5538 + 1ec0dcd commit afb92d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
mkdir docs
cp -r src/docs/* docs/
touch docs/.nojekyll
gen-doc -d docs linkml-schema/purple_boxes.yaml
mv docs/index.md docs/index_purple.md
gen-doc -d docs linkml-schema/library_generation.yaml
mv docs/index.md docs/index_library_generation.md
gen-doc -d docs linkml-schema/gars.yaml
mv docs/index.md docs/index_gars.md
mv docs/index_main.md docs/index.md
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/generate_other_formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches:
- main
paths:
- 'linkml-schema/'

permissions:
contents: write


jobs:
generate:
Expand Down

0 comments on commit afb92d5

Please sign in to comment.