We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700d8b7 commit e4a8142Copy full SHA for e4a8142
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
container: asciidoctor/docker-asciidoctor
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Install dependencies
19
run: |
@@ -25,7 +25,7 @@ jobs:
25
find . -name .adoc -exec rm -rf '{}' \;
26
- name: Deploy 🚀
27
uses: JamesIves/github-pages-deploy-action@v4.2.5
28
- if: contains(github.ref,'refs/heads/master')
+ if: contains(github.ref,'refs/heads/main')
29
with:
30
branch: gh-pages
31
folder: docs
0 commit comments