chore: fix post-publish checkout ref

This commit is contained in:
Randolf Jung 2022-05-31 15:39:54 +02:00
parent bc1326f16e
commit 7d1557a3cc

View File

@ -44,6 +44,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
- name: Install dependencies
run: npm install
- name: Build main docs