Skip to content

Commit

Permalink
fix: 清理缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
hailaz committed Feb 13, 2025
1 parent 42c7173 commit 2796f0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ jobs:
sudo apt install ttf-wqy-zenhei
fc-cache -f -v
ls -la
# 清除最新版的下载目录
rm -rf output/goframe-latest
rm -rf output/goframe-latest-with-comments
# ls -la output
# 下载工具
go install github.com/hailaz/doc2pdf/cmd/doc2pdf@latest
# 清除最新版的下载目录
- name: clean output
run: |
if [ -d "output" ]; then
ls -la output
rm -rf output
fi
- name: download doc
run: |
doc2pdf gf
Expand Down
3 changes: 2 additions & 1 deletion change.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
2024年1月25日 11:08:02
2024年1月25日 13:05:12
2024年4月13日 22:14:46
2025年2月13日 13:06:51
2025年2月13日 13:06:51
2025年2月13日 14:20:10

0 comments on commit 2796f0b

Please sign in to comment.