We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b6c17 commit 1c42a40Copy full SHA for 1c42a40
.github/workflows/generate_release_pdf.yml
@@ -64,6 +64,7 @@ jobs:
64
name: 伟大,无需多言
65
body: |
66
小彭老师发布的最新 C++ 大典,更新时间 ${{ steps.tag.outputs.release_date }}
67
+ > 在线阅读?访问 [GitHub Pages](https://parallel101.github.io/cppguidebook)
68
> Release 页面太慢?GitHub 卡顿,无法下载?访问 [小彭老师自己维护的镜像](${{ env.MIRROR_SITE_URL }}/cppguidebook.pdf)。
69
tag_name: ${{ steps.tag.outputs.release_tag }}
70
files: cppguidebook.pdf
@@ -72,7 +73,7 @@ jobs:
72
73
uses: peaceiris/actions-gh-pages@v4
74
with:
75
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./docs
76
+ publish_dir: ./site
77
78
- name: Publish to mirror site
79
continue-on-error: true
0 commit comments