We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76f55b commit f2053bdCopy full SHA for f2053bd
.github/workflows/dev-documentation.yml
@@ -18,7 +18,7 @@ permissions:
18
jobs:
19
deploy:
20
name: Deploy dev documentation
21
- runs-on: ubuntu-20.04-self-hosted
+ runs-on: ubuntu-22.04
22
defaults:
23
run:
24
working-directory: documentation
.github/workflows/release-documentation.yml
@@ -20,7 +20,7 @@ permissions:
name: Deploy release documentation
steps:
25
- name: Validate semver tag format
26
id: validate-tag
0 commit comments