Update update.yml

This commit is contained in:
freearhey 2023-10-09 15:16:48 +03:00
parent 2c29e1e55d
commit 6b6b340809

View file

@ -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