Skip to content

Commit 6ce0f9b

Browse files
committed
Corrected instructions
1 parent 0d27338 commit 6ce0f9b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ jobs:
3131
CURRENT_VERSION: ${{ github.ref_name }}
3232
run: |
3333
# Use the tag name as the version and update 'latest'
34-
mike deploy --push --update-aliases \
35-
-D "extra.image_tag=${{ github.ref_name }}" \
36-
${{ github.ref_name }} latest
34+
mike deploy --push --update-aliases ${{ github.ref_name }} latest

0 commit comments

Comments
 (0)