mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-25 01:48:04 +00:00
Changed deploy to peaceiris
This commit is contained in:
@@ -2,7 +2,7 @@ name: Update site
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* 0 * * *"
|
- cron: "* 1 * * *"
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
@@ -37,9 +37,12 @@ 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
|
||||||
- name: Publish to GitHub Pages (and render)
|
- name: Render site
|
||||||
uses: quarto-dev/quarto-actions/publish@v2
|
uses: quarto-dev/quarto-actions/render@v2
|
||||||
with:
|
with:
|
||||||
target: gh-pages
|
path: site
|
||||||
render: true
|
- name: Deploy pages
|
||||||
path: "site"
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: site/docs
|
||||||
Reference in New Issue
Block a user