Skip to content

Commit

Permalink
Update doc.yml to remove --force
Browse files Browse the repository at this point in the history
`mike` no longer supports this since v2.0. See also https://github.com/jimporter/mike/releases/tag/v2.0.0
  • Loading branch information
cwognum authored Dec 3, 2023
1 parent 04b3835 commit ee42418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
git fetch origin gh-pages
echo "Build and deploy the doc on main"
mike deploy --push --force main
mike deploy --push main

0 comments on commit ee42418

Please sign in to comment.