We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b253b81 + f37d2cc commit 5fd7becCopy full SHA for 5fd7bec
1 file changed
.github/workflows/main.yml
@@ -6,7 +6,7 @@ on:
6
- '**'
7
- '!.github/workflows/**'
8
- '.github/workflows/main.yml'
9
- - '.github/workflows/site.yml'
+ - '.github/workflows/site.yaml'
10
env:
11
SITE_DIR: "gh-pages"
12
@@ -20,7 +20,7 @@ jobs:
20
- name: "Generate site using antora site action"
21
uses: kameshsampath/antora-site-action@v0.2.4
22
with:
23
- antora_playbook: site.yml
+ antora_playbook: site.yaml
24
- name: Deploy Site
25
id: deploy_site
26
uses: peaceiris/actions-gh-pages@v3
0 commit comments