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