Skip to content

Commit

Permalink
Update publish_doc.yaml
Browse files Browse the repository at this point in the history
delete dev before deploying it.
  • Loading branch information
arnaudbore authored Jul 26, 2024
1 parent ce10d47 commit 449bfb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ jobs:
if: ${{ github.ref == 'refs/heads/dev' }}
run: |
VERSION=$(dcm2bids -v | awk '/dcm2bids/ {print $3}')
echo "Version: $VERSION"
echo "Version: ${VERSION}-dev"
mike delete dev
mike deploy -p dev dev -u

0 comments on commit 449bfb1

Please sign in to comment.