We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb9516 commit e7b581dCopy full SHA for e7b581d
.github/workflows/publish.yml
@@ -1,13 +1,10 @@
1
name: Publish Website
2
3
on:
4
- # Cronjob for publishing
5
schedule:
6
- cron: '0 */8 * * *'
7
- # When pushes are made to the main branch
8
push:
9
branches: [ main ]
10
- # Manual trigger from GitHub Actions
11
workflow_dispatch:
12
13
concurrency:
@@ -71,6 +68,9 @@ jobs:
71
68
- name: Generate Site
72
69
run: antora --fetch antora-playbook.yml
73
70
+ - name: Debug build output
+ run: ls -R build/site || echo "Site not generated or incorrect path"
+
74
- name: Upload Artifacts
75
uses: actions/upload-pages-artifact@v3
76
with:
0 commit comments