From 1365e9633070ea0764aef03e114c386703518f27 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Wed, 28 Jul 2021 00:29:07 -0700 Subject: [PATCH] [CI] Fixup website build (#147) --- .github/workflows/build-website.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 8e4b5023a..f991d2ef4 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -12,8 +12,14 @@ jobs: steps: - - name: Checkout - uses: actions/checkout@v2 + + - name: Checkout gh-pages + uses: actions/checkout@v1 + with: + ref: 'gh-pages' + + - name: Checkout branch + uses: actions/checkout@v1 - name: Install Triton run: |