Skip to content

Commit

Permalink
Deployed cb4ebba to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Nov 13, 2024
1 parent d0df051 commit 15e9b18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
9 changes: 4 additions & 5 deletions main/entrypoints/setup_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ then
DEFAULT_BRANCH=$(git remote show origin | sed -n '/HEAD branch/s/.*: //p')
git reset --hard origin/"${DEFAULT_BRANCH}"
git clean -fd
fi
if [ -n "${TAG}" ] && [ "${TAG}" != "$(git describe --tags)" ]
then
git stash
git checkout "${TAG}"
if [ -n "${TAG}" ]
then
git checkout "${TAG}"
fi
fi
6 changes: 1 addition & 5 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2067,11 +2067,7 @@ <h4 id="dev-configuration">
</code></pre>
</div>
<p>
If you did not remove the volume, specified a new branch, and had any uncommited changes, they will be stashed to checkout to the selected branch. You can later reapply them by
<code>
git stash apply
</code>
.
The repo is checkout at that particular commit only if the docker volume does not yet exist.
</p>
</details>
<h4 id="tls-configuration">
Expand Down
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 15e9b18

Please sign in to comment.