Skip to content

Commit

Permalink
ci: fix build error
Browse files Browse the repository at this point in the history
caused by outdated twitter_simple shortcode usage

https://gohugo.io/content-management/shortcodes/#tweet
  • Loading branch information
reuixiy committed Jan 20, 2024
1 parent 156a915 commit ad06006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
cd hugoBasicExample
mv content/post content/posts
sed -i 's/posts/post/g' content/posts/_index.md
sed -i 's/{{< twitter_simple \([0-9]*\) >}}/{{< tweet 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 ad06006

Please sign in to comment.