We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18f9b4 commit a6826c1Copy full SHA for a6826c1
.github/workflows/docs_build_develop.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ with:
15
+ fetch-depth: 0
16
- name: Configure Git Credentials
17
run: |
18
git config user.name github-actions[bot]
@@ -30,4 +32,4 @@ jobs:
30
32
git fetch origin gh-pages --depth=1
31
33
mike set-default main
34
mike deploy --push --update-aliases main latest
- mike alias main --push
35
+ mike alias main --push
overrides/main.html
@@ -10,4 +10,3 @@
10
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}
-
0 commit comments