Skip to content

Commit 7487106

Browse files
committed
fixed deploy part
1 parent e01e7bc commit 7487106

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/buildlatex.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
path: book/DynamicalBook.pdf
2121
- run: mkdir build
2222
- run: cp book/DynamicalBook.pdf build/
23-
- uses: maxheld83/ghpages@v0.3.0
24-
env:
25-
BUILD_DIR: build/
26-
GH_PAT: ${{ secrets.GH_PAT }}
23+
- name: Deploy
24+
uses: peaceiris/actions-gh-pages@v3
25+
with:
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
publish_dir: ./build

0 commit comments

Comments
 (0)