Skip to content

Commit

Permalink
ci(pages): 修正部署路径
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjj27 committed Dec 9, 2023
1 parent ffdc9fb commit 0bcd890
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ build:
pages:
stage: deploy
script:
- mdbook build
- mv book/html public
- mdbook build -d public
dependencies:
- build
rules:
Expand Down

0 comments on commit 0bcd890

Please sign in to comment.