Skip to content

Commit

Permalink
Merge pull request #93 from RIVM-bioinformatics/dev
Browse files Browse the repository at this point in the history
update ampligone and remove --force flag from docs CI workflow
  • Loading branch information
florianzwagemaker authored Apr 3, 2024
2 parents 9143c42 + b6a92c8 commit 8fdbd8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
pip install -r docs-requirements.txt
- name: Publish docs
run: |
mike deploy --config-file mkdocs.yml --push --force --update-aliases $(git tag --sort=committerdate | tail -1 | sed 's/v//') latest
mike deploy --config-file mkdocs.yml --push --update-aliases $(git tag --sort=committerdate | tail -1 | sed 's/v//') latest
2 changes: 1 addition & 1 deletion ViroConstrictor/workflow/envs/Clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- nodefaults
dependencies:
- python>=3.8
- ampligone==1.3.0
- ampligone==1.3.1
- pandas>=1.3
- minimap2==2.24
- mappy==2.24
Expand Down

0 comments on commit 8fdbd8d

Please sign in to comment.