From 0f9e1acbd227f83823d518f181ec6267cf09e058 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Sun, 20 Mar 2022 21:04:19 +0100 Subject: [PATCH] exclude_assets: '' --- .github/workflows/minify-and-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/minify-and-deploy.yml b/.github/workflows/minify-and-deploy.yml index 73b00498..dd06a613 100644 --- a/.github/workflows/minify-and-deploy.yml +++ b/.github/workflows/minify-and-deploy.yml @@ -58,6 +58,7 @@ jobs: publish_dir: ./ publish_branch: live github_token: ${{ secrets.GITHUB_TOKEN }} + exclude_assets: '' - name: Deploy Develop uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/develop' }} @@ -65,3 +66,4 @@ jobs: publish_dir: ./ publish_branch: live_develop github_token: ${{ secrets.GITHUB_TOKEN }} + exclude_assets: ''