Skip to content

Commit 1c42a40

Browse files
committed
use site
1 parent b5b6c17 commit 1c42a40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate_release_pdf.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
name: 伟大,无需多言
6565
body: |
6666
小彭老师发布的最新 C++ 大典,更新时间 ${{ steps.tag.outputs.release_date }}
67+
> 在线阅读?访问 [GitHub Pages](https://parallel101.github.io/cppguidebook)
6768
> Release 页面太慢?GitHub 卡顿,无法下载?访问 [小彭老师自己维护的镜像](${{ env.MIRROR_SITE_URL }}/cppguidebook.pdf)。
6869
tag_name: ${{ steps.tag.outputs.release_tag }}
6970
files: cppguidebook.pdf
@@ -72,7 +73,7 @@ jobs:
7273
uses: peaceiris/actions-gh-pages@v4
7374
with:
7475
github_token: ${{ secrets.GITHUB_TOKEN }}
75-
publish_dir: ./docs
76+
publish_dir: ./site
7677

7778
- name: Publish to mirror site
7879
continue-on-error: true

0 commit comments

Comments
 (0)