Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .github/workflows/broken-links-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Node.js ⚙️
uses: actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
- name: Install JavaScript dependencies 📦
run: npm ci
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -36,9 +43,7 @@ jobs:
export JEKYLL_ENV=production
bundle exec jekyll build
- name: Purge unused CSS 🧹
run: |
npm install -g purgecss
purgecss -c purgecss.config.js
run: npx purgecss -c purgecss.config.js
- name: Link Checker 🔗
uses: lycheeverse/lychee-action@v2.0.2
with:
Expand Down
3 changes: 1 addition & 2 deletions _posts/2023-05-24-post-chatgpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ tabs: true
2023 实务学堂开放日结束后拍摄
</div>

最后,如果您也使用编程开发出有趣好玩或解决实际问题的项目等,并且愿意与我分享,我将非常欢迎。请将项目相关信息发送至我的邮箱,我期待与您交流并探讨更多创意和技术见解。谢谢!我的邮箱是 chenswonderland123@gmail.com。
最后,如果您也使用编程开发出有趣好玩或解决实际问题的项目等,并且愿意与我分享,我将非常欢迎。请将项目相关信息发送至我的邮箱,我期待与您交流并探讨更多创意和技术见解。谢谢!我的邮箱是 [chenswonderland123@gmail.com](mailto:chenswonderland123@gmail.com)

<div class="row mt-3">
<div class="col-sm mt-3 mt-md-0">
Expand All @@ -151,4 +151,3 @@ tabs: true




Loading