Fix redirect issue

This commit is contained in:
Sidharth Vinod
2021-05-29 17:37:55 +05:30
parent 7aaa1582ff
commit 39b8dc237f
3 changed files with 11 additions and 3 deletions
+9
View File
@@ -14,6 +14,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/cache@v2
id: yarn-and-build-cache
with:
path: |
node_modules
key: ${{ runner.os }}-node_modules-build-deploy-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-build-deploy-
- name: Build & Deploy
run: |
npm i -g yarn