Skip to content

Commit 14c09b1

Browse files
authored
Use playbook.yml as name
1 parent 36b264d commit 14c09b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Antora and Lunr
1616
run: npm i antora @antora/lunr-extension
1717
- name: Run Antora
18-
run: npx antora antora-playbook.yml
18+
run: npx antora playbook.yml
1919
- name: Publish to GitHub Pages
2020
uses: peaceiris/actions-gh-pages@v3
2121
with:

0 commit comments

Comments
 (0)