mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-24 09:18:06 +00:00
try to deploy with quarto-actions
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# - uses: actions/setup-python@v4
|
# - uses: actions/setup-python@v4
|
||||||
# with:
|
# with:
|
||||||
# python-version: '3.x'
|
# python-version: '3.x'
|
||||||
@@ -68,8 +68,14 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# to: html
|
# to: html
|
||||||
# path: 'site'
|
# path: 'site'
|
||||||
- name: Deploy pages
|
- name: Publish to GitHub Pages (and render)
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: quarto-dev/quarto-actions/publish@v2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
target: gh-pages
|
||||||
publish_dir: ./site/docs
|
render: false
|
||||||
|
path: "site"
|
||||||
|
# - name: Deploy pages
|
||||||
|
# uses: peaceiris/actions-gh-pages@v3
|
||||||
|
# with:
|
||||||
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# publish_dir: ./site/docs
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||||
|
|
||||||
<meta name="keywords" content="r packages, python packages, julia packages, software development, software engineering, financial computing, r, python, julia">
|
<meta name="keywords" content="r packages, python packages, julia packages, software development, software engineering, financial computing, r, python, julia, rust, java">
|
||||||
|
|
||||||
<title>Awesome Quant</title>
|
<title>Awesome Quant</title>
|
||||||
<style>
|
<style>
|
||||||
@@ -195,7 +195,7 @@ ul.task-list li input[type="checkbox"] {
|
|||||||
<div>
|
<div>
|
||||||
<div class="keywords">
|
<div class="keywords">
|
||||||
<div class="block-title">Keywords</div>
|
<div class="block-title">Keywords</div>
|
||||||
<p>r packages, python packages, julia packages, software development, software engineering, financial computing, r, python, julia</p>
|
<p>r packages, python packages, julia packages, software development, software engineering, financial computing, r, python, julia, rust, java</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -3,7 +3,7 @@ title: "Awesome Quant"
|
|||||||
date-modified: "`r Sys.Date()`"
|
date-modified: "`r Sys.Date()`"
|
||||||
keywords: ["r packages", "python packages", "julia packages",
|
keywords: ["r packages", "python packages", "julia packages",
|
||||||
"software development", "software engineering", "financial computing",
|
"software development", "software engineering", "financial computing",
|
||||||
"r", "python", "julia"]
|
"r", "python", "julia", "rust", "java"]
|
||||||
include-in-header:
|
include-in-header:
|
||||||
- text: |
|
- text: |
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7994446359957143"
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7994446359957143"
|
||||||
|
|||||||
Reference in New Issue
Block a user