Skip to content

Commit

Permalink
Show folder tree
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Sep 8, 2024
1 parent 8ffcd9a commit 43168a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ jobs:
mkdir public
mv hm-images/ images/ chapter*.html index.html *.css public/
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: ".git"
path: ./
depth: 3

- name: deploy release
if: ${{ success() && startsWith(github.ref, 'refs/tags/') }}
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 43168a1

Please sign in to comment.