From 4bd5861a58843b851023fbc45153ac448af151f7 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 8 Feb 2021 09:44:51 -0500 Subject: [PATCH] Restore to releases/v4 --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d258b71d..c75b8886 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,10 +10,12 @@ jobs: - name: Checkout uses: actions/checkout@v2 + # Workflow dispatch event that pushes the current version to the release branch. + # From here the secondary production deployment workflow will trigger to build the dependencies. - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.0.0 with: - branch: releases/v4-beta + branch: releases/v4 folder: . clean: false single-commit: true \ No newline at end of file