Skip to content

Commit 61fcf0e

Browse files
committed
尝试修复 pdf 资源无法获取的问题
1 parent 8a54eb3 commit 61fcf0e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/mdbook-pages.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
version: latest
2222
use-tool-cache: true
2323
- name: Build mdbook
24-
run: mdbook build && pwd
25-
- name: add resume pdf
26-
run: mkdir -p ./book/resume && mv ./static/resume ./book/resume
24+
run: mdbook build
2725
- name: Cache artifact
2826
uses: actions/upload-artifact@v1
2927
with:

src/resume.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<i class="fa fa-gitlab" aria-hidden="true"></i> [huangjj27](https://gitlab.com/huangjj27)
1010
<!-- <i class="fa fa-envelope-o" aria-hidden="true"></i> <[email protected]> · -->
1111

12+
<i class="fa fa-book" aria-hidden="true"></i> [下载简历pdf](./resume/黄俊杰-Rust.pdf) ·
1213
<i class="fa fa-book" aria-hidden="true"></i> tech-blog: <https://huangjj27.github.io> ·
1314
<i class="fa fa-book" aria-hidden="true"></i> 微信技术公众号: 坏姐姐日常入门Rust
1415

File renamed without changes.

0 commit comments

Comments
 (0)