diff options
author | Nils K <git@nkn-it.de> | 2021-03-15 20:08:45 +0100 |
---|---|---|
committer | Nils K <git@nkn-it.de> | 2021-03-15 20:08:45 +0100 |
commit | 08146f65e15fe236cf2fc9e5c57c352bef2639c6 (patch) | |
tree | 90a0ceecdddbbd911be3a3358f74b37425589f18 | |
parent | 3d212ee340449456d59a9b1d8153e7aecba398b6 (diff) |
use custom thumbs dir
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddecd24..30cdc23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: cp images/demo/* build/ cd build/ ls -lah - bash ../gallery.sh -t "Demo Gallery" + bash ../gallery.sh -t "Demo Gallery" -d "thumbs" - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.0.0 with: |