From b78b152558cf62eddd17ba8018b79bc206538cea Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Sat, 17 Feb 2024 18:57:51 -0300 Subject: [PATCH] try to deploy with quarto-actions --- .github/workflows/build.yml | 16 +++++++++++----- site/docs/index.html | 4 ++-- site/docs/projects.html | 4 ++-- site/index.qmd | 2 +- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e053ac..9b97ff4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' @@ -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 diff --git a/site/docs/index.html b/site/docs/index.html index 0541269..c52258d 100644 --- a/site/docs/index.html +++ b/site/docs/index.html @@ -6,7 +6,7 @@ - + Awesome Quant