Skip to content

Commit

Permalink
ci(deploy_docs.yaml): fix error in docs deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele-Alberti committed Jan 19, 2025
1 parent b082922 commit 27657b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags/v')
run: |
ALIAS=stable
echo "version: "${{ steps.get_version.outputs.version }}"
echo "version: ${{ steps.get_version.outputs.version }}"
echo "alias: $ALIAS"
mike deploy --push --update-aliases "${{ steps.get_version.outputs.version }}" "$ALIAS"
- name: Update default (stable)
Expand Down

0 comments on commit 27657b2

Please sign in to comment.