Skip to content

Commit

Permalink
fix actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Apr 27, 2023
1 parent 5cb8158 commit 344b394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
source env/bin/activate
python script/jekyllmarkdowngen.py --yaml biolink-model.yaml --dir docs
cp biolink-model.yaml docs
cp predicate-mapping.yaml docs
cp predicate_mapping.yaml docs
- name: Deploy to gh-pages branch
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
poetry install
poetry run python script/jekyllmarkdowngen.py --yaml biolink-model.yaml --dir docs
cp biolink-model.yaml docs
cp predicate-mapping.yaml docs
cp predicate_mapping.yaml docs
- name: Deploy to gh-pages branch
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 344b394

Please sign in to comment.