We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01e7bc commit 7487106Copy full SHA for 7487106
1 file changed
.github/workflows/buildlatex.yml
@@ -20,7 +20,8 @@ jobs:
20
path: book/DynamicalBook.pdf
21
- run: mkdir build
22
- 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 }}
+ - name: Deploy
+ uses: peaceiris/actions-gh-pages@v3
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
27
+ publish_dir: ./build
0 commit comments