mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-22 14:52:54 +00:00
Update scraper.yml
This commit is contained in:
parent
1c84117432
commit
c2668bd553
4
.github/workflows/scraper.yml
vendored
4
.github/workflows/scraper.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Update data and generate static site
|
name: Update data, generate static site, and deploy to Pages
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -140,7 +140,7 @@ jobs:
|
||||||
ref: static-generated
|
ref: static-generated
|
||||||
|
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3.0.2
|
uses: actions/configure-pages@v3
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
|
|
Loading…
Reference in a new issue