Skip to content

Commit a6826c1

Browse files
committed
chore: update files
1 parent a18f9b4 commit a6826c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs_build_develop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
1416
- name: Configure Git Credentials
1517
run: |
1618
git config user.name github-actions[bot]
@@ -30,4 +32,4 @@ jobs:
3032
git fetch origin gh-pages --depth=1
3133
mike set-default main
3234
mike deploy --push --update-aliases main latest
33-
mike alias main --push
35+
mike alias main --push

overrides/main.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010
<strong>Click here to go to latest.</strong>
1111
</a>
1212
{% endblock %}
13-

0 commit comments

Comments
 (0)