admin: fix CI for docs generation

This commit is contained in:
Richard Moore 2022-12-11 03:39:10 -05:00
parent 1c5dae8118
commit a981564faf

View File

@ -120,9 +120,10 @@ jobs:
node-version: 18.x
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: "v6-beta-exports"
fetch-depth: "0"
- name: Install dependencies
run: npm ci