mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Update JamesIves/github-pages-deploy-action action to v4.3.4
This commit is contained in:
parent
6779f41a1a
commit
ed7cb39514
2
.github/workflows/publish-agb.yml
vendored
2
.github/workflows/publish-agb.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: Build the book
|
- name: Build the book
|
||||||
run: just build-book
|
run: just build-book
|
||||||
- name: Deploy the book
|
- name: Deploy the book
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
uses: JamesIves/github-pages-deploy-action@v4.3.4
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: book/book
|
folder: book/book
|
||||||
|
|
Loading…
Reference in a new issue