From c12c5003ad24e0d971ede3117b5c86b3204e52e6 Mon Sep 17 00:00:00 2001 From: reuixiy Date: Mon, 1 Apr 2024 17:45:02 +0900 Subject: [PATCH] fix(ci): build error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e8c54d8..b864f393 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: run: | git clone https://github.com/gohugoio/hugoBasicExample.git cd hugoBasicExample + git checkout 61c64dcf16b654f535787beba597ebcfa0f06bb6 mv content/post content/posts sed -i 's/posts/post/g' content/posts/_index.md - sed -i 's/{{< twitter_simple \([0-9]*\) >}}/{{< twitter_simple user="DesignReviewed" id="\1" >}}/' content/posts/rich-content.md mkdir content/about && mv content/about.md content/about/_index.md mkdir -p themes/meme