From f4dfd80722ccb4ba572f521d5bd500e3337b7d15 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 9 Apr 2022 16:31:58 +0200 Subject: [PATCH] deploy testing --- .github/workflows/minify-and-deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/minify-and-deploy.yml b/.github/workflows/minify-and-deploy.yml index 0a2a1ac0..ec2a519d 100644 --- a/.github/workflows/minify-and-deploy.yml +++ b/.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: '' \ No newline at end of file