We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636fe6f commit 2e562a4Copy full SHA for 2e562a4
.github/workflows/deploy.yml
@@ -15,7 +15,4 @@ jobs:
15
pages: write
16
steps:
17
- uses: actions/checkout@v4
18
- with:
19
- # Fetch all tags and branches, so that MkDocs could push incremental updates.
20
- fetch-depth: 0
21
- uses: ./.github/actions/deploy-site
.github/workflows/release.yml
@@ -17,9 +17,6 @@ jobs:
22
23
- uses: actions/setup-java@v4
24
with:
25
distribution: 'zulu'
0 commit comments