From 73e514c78c26058605afe9ac6d03e4f3cfd84bb0 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Sun, 18 Dec 2022 09:08:40 +0200 Subject: [PATCH] chore: checkout dev branch in ci fixes #348 --- .github/workflows/pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f40b6b44..7d6fc7da 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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: