diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index f6ab0fb..3420ffa 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -18,6 +18,9 @@ jobs: - name: Install Dependencies working-directory: . run: npm install + + - name: Ensure Config Directory Exists + run: mkdir -p ./src/config - name: Decode Config Secret id: decode-config