mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-21 15:58:07 +00:00
try quarto render directly
This commit is contained in:
@@ -2,7 +2,7 @@ name: Update site
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* 1 * * *"
|
- cron: "0 1 * * *"
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
@@ -38,9 +38,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 1.4.550
|
version: 1.4.550
|
||||||
- name: Render site
|
- name: Render site
|
||||||
uses: quarto-dev/quarto-actions/render@v2
|
run: |
|
||||||
with:
|
quarto render site
|
||||||
path: site
|
# uses: quarto-dev/quarto-actions/render@v2
|
||||||
|
# with:
|
||||||
|
# path: site
|
||||||
- name: Deploy pages
|
- name: Deploy pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user