|
|
@ -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: '' |