Skip to content

Commit

Permalink
fix(ci): build error
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Apr 1, 2024
1 parent 1f3d2d2 commit c12c500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c12c500

Please sign in to comment.