diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ceac547..4c805fb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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. diff --git a/site/docs/index.html b/site/docs/index.html index c52258db..77e0ed97 100644 --- a/site/docs/index.html +++ b/site/docs/index.html @@ -185,7 +185,7 @@

Awesome Quant

Modified
-

Invalid Date

+

February 17, 2024

diff --git a/site/docs/projects.html b/site/docs/projects.html index b3080763..d8b7e9a3 100644 --- a/site/docs/projects.html +++ b/site/docs/projects.html @@ -153,8 +153,8 @@

Projects

Table 1: Projects
-
- +
+
diff --git a/site/index.qmd b/site/index.qmd index cb8c6b70..8bf99934 100644 --- a/site/index.qmd +++ b/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"]