From 555c217f468dd8b4268bdf62a5c812859656790d Mon Sep 17 00:00:00 2001 From: usbharu Date: Sun, 8 Dec 2024 14:31:51 +0900 Subject: [PATCH] =?UTF-8?q?hugo=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E4=B8=8A=E3=81=92=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-page.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/build-page.yaml b/.gitea/workflows/build-page.yaml index a41677c..5f3f5a4 100644 --- a/.gitea/workflows/build-page.yaml +++ b/.gitea/workflows/build-page.yaml @@ -3,23 +3,23 @@ name: github pages on: push: branches: - - master # Set a branch name to trigger deployment + - master # Set a branch name to trigger deployment jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + - uses: actions/checkout@v2 + with: + submodules: true # Fetch Hugo themes (true OR recursive) + fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 - with: - hugo-version: "0.115.0" + - name: Setup Hugo + uses: peaceiris/actions-hugo@v2 + with: + hugo-version: "0.139.3" - - name: Build - run: hugo --minify - - run: npm ci - - run: CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }} npx wrangler pages publish public --project-name blog-usbharu + - name: Build + run: hugo --minify + - run: npm ci + - run: CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }} npx wrangler pages publish public --project-name blog-usbharu