fix actions

pull/588/head
KaiserY 3 years ago
parent 28032c6607
commit a855fe123a

@ -63,10 +63,10 @@ jobs:
- name: Run mdBook Build - name: Run mdBook Build
run: | run: |
mdbook build mdbook build
mv html/* ./ mv book/html/* ./
mv "latex-pdf/Rust 程序设计语言 简体中文版.pdf" ./ mv "book/latex-pdf/Rust 程序设计语言 简体中文版.pdf" ./
rm -r html/ rm -r book/html/
rm -rf latex-pdf/ rm -rf book/latex-pdf/
- name: Deploy gh-pages - name: Deploy gh-pages
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3

Loading…
Cancel
Save