Skip to content

Commit e4a8142

Browse files
committed
action v5
1 parent 700d8b7 commit e4a8142

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
container: asciidoctor/docker-asciidoctor
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Install dependencies
1919
run: |
@@ -25,7 +25,7 @@ jobs:
2525
find . -name .adoc -exec rm -rf '{}' \;
2626
- name: Deploy 🚀
2727
uses: JamesIves/github-pages-deploy-action@v4.2.5
28-
if: contains(github.ref,'refs/heads/master')
28+
if: contains(github.ref,'refs/heads/main')
2929
with:
3030
branch: gh-pages
3131
folder: docs

0 commit comments

Comments
 (0)