From 6b6b3408092c9ace670182f9c433801312f51844 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:16:48 +0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3f3a09438..3be5c301e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -29,11 +29,14 @@ jobs: path: | docs .svelte-kit + src/data key: ${{ runner.os }}-svelte-build-${{ hashFiles('docs') }} restore-keys: | ${{ runner.os }}-svelte-build- - name: Install dependencies run: npm install + - name: Download data from API + run: ./api.sh - name: Build /docs run: npm run build - name: Upload artifact