From b42784c1e91a74996eae5e9dadb7a7e5ecf463d6 Mon Sep 17 00:00:00 2001 From: Cheng-Hsin Cheng Date: Fri, 27 Sep 2024 22:10:53 -0500 Subject: [PATCH] Restore gh-pages --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d421c10..dd1fcfd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,10 +40,10 @@ jobs: - uses: actions/checkout@v4 # # Check out the documentation and test results - # - uses: actions/checkout@v3 - # with: - # ref: gh-pages - # path: gh-pages + - uses: actions/checkout@v4 + with: + ref: gh-pages + path: gh-pages - name: Log the triggering commit run: echo ${{github.event.client_payload.trigger}}