Skip to content

Commit

Permalink
chore: fix post-publish checkout ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 31, 2022
1 parent bc1326f commit 7d1557a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7d1557a

Please sign in to comment.