Skip to content

Commit c4eb45d

Browse files
committed
fix: bug about deploy action folder(not home ~)
1 parent 57f4fae commit c4eb45d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: JamesIves/github-pages-deploy-action@4.1.1
3030
with:
3131
branch: gh-pages
32-
folder: ~/docs/.vuepress/dist
32+
folder: docs/.vuepress/dist

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
### Bug Fixes
55

6+
* bug about deploy action folder ([938379b](https://github.com/Rain120/typescript-guide/commit/938379bf7018ceacaeffff789d7dd2914c451b7b))
7+
* bug about deploy action folder ([57f4fae](https://github.com/Rain120/typescript-guide/commit/57f4fae89f0f478a51f58c5873936a264e6d4b09))
68
* bug about github actions deploy branch config error ([bc992c0](https://github.com/Rain120/typescript-guide/commit/bc992c05ee17bfcccca14b3400e0e81e9c16c423))
79
* github actions deploy bug ([4c64d68](https://github.com/Rain120/typescript-guide/commit/4c64d68ddd17f03a3900219ed06ba453fb25a49f))
810
* style about deploy with params at yml file ([a4d5ed3](https://github.com/Rain120/typescript-guide/commit/a4d5ed3924239b6498aae6fde169c162123633e7))

0 commit comments

Comments
 (0)