Skip to content

Commit

Permalink
fix(Github-Actions): fixed github actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Oct 24, 2023
1 parent 419c496 commit beafcc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
-
name: Checkout
if: ${{ steps.release-please.outputs.release_created }}
uses: actions/checkout@v2
shell: bash
run: |
echo "The release branch is ${{ steps.release-please.outputs.release_branch }}"
echo "Release Version: ${{ steps.release-please.outputs.tag_name }}"
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
python-version: 3.10
- run: pip install poetry
- run: poetry install --with=docs
- run: poetry run mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Science Containers

0 comments on commit beafcc6

Please sign in to comment.