From 4b950ea2c6ebc411f2de502aa751cfc9330ccf6f Mon Sep 17 00:00:00 2001 From: Jeiwan Date: Mon, 18 Dec 2023 18:44:00 +0700 Subject: [PATCH] Update the GH action --- .github/workflows/pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 582db80f..d7cbfc83 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -16,13 +16,13 @@ jobs: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - name: Set up Hugo - uses: peaceiris/actions-hugo@v2 + - name: Set up mdBook + uses: peaceiris/actions-mdbook@v1 with: - hugo-version: '0.97.3' + mdbook-version: '0.4.36' - name: Build - run: hugo --minify + run: mdbook build --dest-dir public - name: Deploy uses: peaceiris/actions-gh-pages@v3