Skip to content

Commit e7b581d

Browse files
Update publish.yml
1 parent abb9516 commit e7b581d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: Publish Website
22

33
on:
4-
# Cronjob for publishing
54
schedule:
65
- cron: '0 */8 * * *'
7-
# When pushes are made to the main branch
86
push:
97
branches: [ main ]
10-
# Manual trigger from GitHub Actions
118
workflow_dispatch:
129

1310
concurrency:
@@ -71,6 +68,9 @@ jobs:
7168
- name: Generate Site
7269
run: antora --fetch antora-playbook.yml
7370

71+
- name: Debug build output
72+
run: ls -R build/site || echo "Site not generated or incorrect path"
73+
7474
- name: Upload Artifacts
7575
uses: actions/upload-pages-artifact@v3
7676
with:

0 commit comments

Comments
 (0)