Skip to content

Commit 73e514c

Browse files
committed
chore: checkout dev branch in ci
fixes #348
1 parent 3b82377 commit 73e514c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/pages.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: Build site and deploy to GHPages
2424
steps:
25+
- uses: actions/checkout@v3
26+
with:
27+
fetch-depth: 0
28+
ref: dev
2529
- name: Install node 16
2630
uses: actions/setup-node@v3
2731
with:

0 commit comments

Comments
 (0)