-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9dcca89
commit afc238f
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,13 +38,15 @@ pnpm create markdown-to-resume | |
##### 修改 `.github/workflows/gh-pages.yml` | ||
|
||
``` yml {6:line-numbers} | ||
``` yml | ||
|
||
- name: Deploy to GitHub Pages | ||
uses: crazy-max/[email protected] | ||
with: | ||
target_branch: gh-pages | ||
build_dir: dist | ||
fqdn: resume.yuexiaoliang.com | ||
|
||
``` | ||
将 `fqdn` 修改为你的域名,例如:`resume.yuexiaoliang.com`,如果不需要请注释或者删除。 | ||
|
||
|