Skip to content

Commit

Permalink
fixing names in workflows/generate_docs.yaml; testing generate_other_…
Browse files Browse the repository at this point in the history
…formats (was not triggered)
  • Loading branch information
djarecka committed May 6, 2024
1 parent ddf5538 commit 1ec0dcd
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 1ec0dcd

Please sign in to comment.