Skip to content

Commit

Permalink
Merge pull request #824 from swcurran/mkdocs
Browse files Browse the repository at this point in the history
Tweak to the GitHub Action for deploying the docs
  • Loading branch information
swcurran authored Mar 27, 2024
2 parents 5b1db6e + 5b60205 commit 50d148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
python --version
# Generate the content into the docs folder
code/genSite.sh
mike deploy --push --update-aliases $VERSION $ALIAS
mike deploy --push --update-aliases main latest
mike set-default latest

0 comments on commit 50d148b

Please sign in to comment.