Skip to content

Commit 2a27695

Browse files
flaviohelenonikic
authored andcommitted
Replace tsunematsu21/actions-publish-gh-pages with JamesIves/github-pages-deploy-action (GHA)
1 parent cc7ddfa commit 2a27695

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish-to-github-pages.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414

15+
- name: Install rsync
16+
run: sudo apt-get update && sudo apt-get install -y rsync
17+
1518
- name: Setup Python 3.x
1619
uses: actions/setup-python@v2
1720
with:
@@ -32,7 +35,7 @@ jobs:
3235
run: ./build_release_html.sh
3336

3437
- name: Publish generated content to GitHub Pages
35-
uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
38+
uses: JamesIves/github-pages-deploy-action@v4.2.2
3639
with:
37-
dir: BookHTML
40+
folder: BookHTML
3841
branch: gh-pages

0 commit comments

Comments
 (0)