From ccb3ddae9efec1baf3de11e35166a6fd32d25571 Mon Sep 17 00:00:00 2001 From: Xenophong Date: Tue, 26 Mar 2024 23:02:07 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f306adf..9165ef3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - submodules: true # Add this line if you use submodules + submodules: true - name: Set up Node.js 20 uses: actions/setup-node@v2