Skip to content

Commit

Permalink
chore: checkout dev branch in ci
Browse files Browse the repository at this point in the history
fixes #348
  • Loading branch information
bennypowers committed Dec 18, 2022
1 parent 3b82377 commit 73e514c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
runs-on: ubuntu-latest
name: Build site and deploy to GHPages
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: dev
- name: Install node 16
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 73e514c

Please sign in to comment.