Browse Source

exclude_assets: ''

pull/335/head
GilbN 3 years ago
committed by GitHub
parent
commit
0f9e1acbd2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/minify-and-deploy.yml

2
.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: ''

Loading…
Cancel
Save