Skip to content

Commit 8ab3715

Browse files
authored
Update GitHub Pages deploy action version
1 parent 5f6b310 commit 8ab3715

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
asciidoctor docs/index.adoc
2525
find . -name .adoc -exec rm -rf '{}' \;
2626
- name: Deploy 🚀
27-
uses: JamesIves/github-pages-deploy-action@v4.2.5
27+
uses: JamesIves/github-pages-deploy-action@v4.8.0
2828
if: contains(github.ref,'refs/heads/main')
2929
with:
3030
branch: gh-pages
3131
folder: docs
32-
clean: true
32+
clean: true

0 commit comments

Comments
 (0)