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.
2 parents 9b2f09e + c749c34 commit f7f33d0Copy full SHA for f7f33d0
.github/workflows/booklets.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build-booklets:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
12
if: github.repository == 'FIRST-Tech-Challenge/ftcdocs'
13
permissions:
14
id-token: write
.github/workflows/link-check.yaml
@@ -7,7 +7,7 @@ on:
7
link-check:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
0 commit comments