Skip to content

Commit

Permalink
Fix missing pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
oashour authored May 3, 2024
1 parent 02892b4 commit 7d384a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
git config --global user.name "Docs Deploy"
git config --global user.email "docs.deploy@example.co.uk"
- name: Build Docs Website
run:
run: |
mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
mike set-default --push latest

0 comments on commit 7d384a3

Please sign in to comment.