mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-20 23:38:07 +00:00
new structure
This commit is contained in:
+14
-14
@@ -51,23 +51,23 @@ jobs:
|
|||||||
uses: quarto-dev/quarto-actions/setup@v2
|
uses: quarto-dev/quarto-actions/setup@v2
|
||||||
with:
|
with:
|
||||||
version: 1.4.550
|
version: 1.4.550
|
||||||
- uses: r-lib/actions/setup-r@v2
|
# - uses: r-lib/actions/setup-r@v2
|
||||||
with:
|
# with:
|
||||||
r-version: '4.2.0' # The R version to download (if necessary) and use.
|
# r-version: '4.2.0' # The R version to download (if necessary) and use.
|
||||||
- uses: r-lib/actions/setup-r-dependencies@v2
|
# - uses: r-lib/actions/setup-r-dependencies@v2
|
||||||
with:
|
# with:
|
||||||
packages:
|
# packages:
|
||||||
any::knitr
|
# any::knitr
|
||||||
any::rmarkdown
|
# any::rmarkdown
|
||||||
any::downlit
|
# any::downlit
|
||||||
any::xml2
|
# any::xml2
|
||||||
any::tidyverse
|
# any::tidyverse
|
||||||
any::DT
|
# any::DT
|
||||||
- name: Run quarto render
|
- name: Run quarto render
|
||||||
run: |
|
run: |
|
||||||
quarto render
|
quarto render ./site/
|
||||||
- name: Deploy pages
|
- name: Deploy pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./docs
|
publish_dir: ./site/docs
|
||||||
|
|||||||
Reference in New Issue
Block a user