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 c7d1d29 commit 0d090f0Copy full SHA for 0d090f0
.github/workflows/mkdocs-release.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
publish-release:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
10
11
steps:
12
- uses: actions/checkout@v4
.github/workflows/mkdocs-test.yml
@@ -4,7 +4,7 @@ on: pull_request
4
5
test-docs-build:
- name: Checkout main repo
0 commit comments