Restore to releases/v4

This commit is contained in:
James Ives 2021-02-08 09:44:51 -05:00
parent e30232d879
commit 4bd5861a58

View File

@ -10,10 +10,12 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 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 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0 uses: JamesIves/github-pages-deploy-action@4.0.0
with: with:
branch: releases/v4-beta branch: releases/v4
folder: . folder: .
clean: false clean: false
single-commit: true single-commit: true