Skip to content

Commit c21ac5a

Browse files
[build] Improve generate-gh-pages.yaml
1 parent a0ad259 commit c21ac5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate-gh-pages.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
uses: actions/download-artifact@v4
5252
with:
5353
name: site
54+
path: site
55+
56+
- name: Print file tree
57+
run: tree $GITHUB_WORKSPACE
5458

5559
- name: Deploy documentation
5660
uses: JamesIves/github-pages-deploy-action@3.7.1

0 commit comments

Comments
 (0)