We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97075d commit f2a889bCopy full SHA for f2a889b
.github/workflows/thumbnails.yml
@@ -17,6 +17,8 @@ jobs:
17
- uses: actions/checkout@v2
18
- name: custom-thumbnail
19
uses: nathan-contino/custom-thumbnail@master
20
+ env:
21
+ INPUT_KEEP_DIR_STRUCTURE: true
22
with:
23
github_token: ${{ secrets.GH_SECRET}}
24
inplace: "disable" # 'enable' / "disable" [ write thumbnails at their origin path (replace) ], if disabled writes under '.thumbnails' directory
0 commit comments