1 parent 2baef18 commit 0f5648eCopy full SHA for 0f5648e
1 file changed
.github/workflows/render-book.yml
@@ -18,10 +18,25 @@ jobs:
18
with:
19
version: latest
20
21
+ - name: Debug Information
22
+ run: |
23
+ echo "Current directory: $(pwd)"
24
+ echo "Directory contents:"
25
+ ls -la
26
+ echo "Quarto version:"
27
+ quarto --version
28
+ echo "Checking _quarto.yml:"
29
+ cat _quarto.yml
30
+
31
- name: Render
32
uses: quarto-dev/quarto-actions/render@v2
33
- args: --to html
34
+ args: --to html --debug
35
36
+ - name: Check Output
37
38
+ echo "Checking docs directory:"
39
+ ls -la docs/
40
41
- name: Deploy to GitHub Pages
42
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments