Skip to content

Commit

Permalink
try to deploy with quarto-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Feb 17, 2024
1 parent e20d36f commit b78b152
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v4
- uses: actions/checkout@v4
# - uses: actions/setup-python@v4
# with:
# python-version: '3.x'
Expand Down Expand Up @@ -68,8 +68,14 @@ jobs:
# with:
# to: html
# path: 'site'
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v3
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site/docs
target: gh-pages
render: false
path: "site"
# - name: Deploy pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./site/docs
4 changes: 2 additions & 2 deletions site/docs/index.html
Expand Up @@ -6,7 +6,7 @@

<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>
<style>
Expand Down Expand Up @@ -195,7 +195,7 @@ <h1 class="title">Awesome Quant</h1>
<div>
<div class="keywords">
<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>

Expand Down
4 changes: 2 additions & 2 deletions site/docs/projects.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/index.qmd
Expand Up @@ -3,7 +3,7 @@ title: "Awesome Quant"
date-modified: "`r Sys.Date()`"
keywords: ["r packages", "python packages", "julia packages",
"software development", "software engineering", "financial computing",
"r", "python", "julia"]
"r", "python", "julia", "rust", "java"]
include-in-header:
- text: |
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7994446359957143"
Expand Down

0 comments on commit b78b152

Please sign in to comment.