Skip to content

Commit 5fd7bec

Browse files
authored
Merge pull request #303 from rafaeltuelho/patch-1
fixing filename extension
2 parents b253b81 + f37d2cc commit 5fd7bec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '**'
77
- '!.github/workflows/**'
88
- '.github/workflows/main.yml'
9-
- '.github/workflows/site.yml'
9+
- '.github/workflows/site.yaml'
1010
env:
1111
SITE_DIR: "gh-pages"
1212

@@ -20,7 +20,7 @@ jobs:
2020
- name: "Generate site using antora site action"
2121
uses: kameshsampath/antora-site-action@v0.2.4
2222
with:
23-
antora_playbook: site.yml
23+
antora_playbook: site.yaml
2424
- name: Deploy Site
2525
id: deploy_site
2626
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)