From 630b040cf6a0609e39c7d54ee4c6ba6ae0b832cd Mon Sep 17 00:00:00 2001 From: foamvalue Date: Thu, 17 Aug 2023 20:06:56 +0800 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 5da41a7..b4be5bf 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -19,10 +19,10 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - - name: Jekyll Build + - name: Jekyll Action # You may pin to the exact commit or the version. - # uses: kshehadeh/jekyll-s3-action@220371747871b9aa1b635fb30a57693891e37982 - uses: kshehadeh/jekyll-s3-action@0.1 + # uses: lemonarc/jekyll-action@2d5e5a2316cd9d4b74ad33da527d6d9be5bff8d1 + uses: lemonarc/jekyll-action@1.0.0 - name: Deploy uses: peaceiris/actions-gh-pages@v3