Browse Source

deploy testing

pull/362/head^2
GilbN 3 years ago
parent
commit
f4dfd80722
  1. 8
      .github/workflows/minify-and-deploy.yml

8
.github/workflows/minify-and-deploy.yml

@ -67,3 +67,11 @@ jobs:
publish_branch: live_develop
github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: ''
- name: Deploy Testing
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/testing' }}
with:
publish_dir: ./
publish_branch: live_testing
github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: ''
Loading…
Cancel
Save