mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 01:50:05 -04:00
Update update.yml
This commit is contained in:
parent
2c29e1e55d
commit
6b6b340809
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
@ -29,11 +29,14 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
docs
|
docs
|
||||||
.svelte-kit
|
.svelte-kit
|
||||||
|
src/data
|
||||||
key: ${{ runner.os }}-svelte-build-${{ hashFiles('docs') }}
|
key: ${{ runner.os }}-svelte-build-${{ hashFiles('docs') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-svelte-build-
|
${{ runner.os }}-svelte-build-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
- name: Download data from API
|
||||||
|
run: ./api.sh
|
||||||
- name: Build /docs
|
- name: Build /docs
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue