Skip to content

Commit

Permalink
now complete
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Feb 17, 2024
1 parent e09254c commit 8481737
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 40 deletions.
49 changes: 13 additions & 36 deletions .github/workflows/build.yml
Expand Up @@ -11,42 +11,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: actions/setup-python@v4
# with:
# python-version: '3.x'
# - name: Install Poetry
# run: |
# pip install poetry
# - name: Install dependencies
# run: |
# poetry install
# - name: Run parser
# run: |
# export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
# poetry run python parse.py
# - uses: r-lib/actions/setup-r@v2
# with:
# r-version: '4.2.0' # The R version to download (if necessary) and use.
# - uses: r-lib/actions/setup-renv@v2
# with:
# cache-version: 1
# - uses: r-lib/actions/setup-r-dependencies@v2
# with:
# packages:
# any::knitr
# any::rmarkdown
# any::downlit
# any::xml2
# any::tidyverse
# any::DT
# - name: Run quarto render
# run: |
# quarto render .
# - name: Deploy pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./docs
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Poetry
run: |
pip install poetry
- name: Install dependencies
run: |
poetry install
- name: Run parser
run: |
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
poetry run python parse.py
- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0' # The R version to download (if necessary) and use.
Expand Down
2 changes: 1 addition & 1 deletion site/docs/index.html
Expand Up @@ -185,7 +185,7 @@ <h1 class="title">Awesome Quant</h1>
<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">Invalid Date</p>
<p class="date-modified">February 17, 2024</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
@@ -1,6 +1,6 @@
---
title: "Awesome Quant"
date-modified: "`r Sys.Date()`"
date-modified: last-modified
keywords: ["r packages", "python packages", "julia packages",
"software development", "software engineering", "financial computing",
"r", "python", "julia", "rust", "java"]
Expand Down

0 comments on commit 8481737

Please sign in to comment.