Skip to content

Commit

Permalink
Fix Mermid diagrams in vignettes (#96)
Browse files Browse the repository at this point in the history
* Use pre-release Quarto in pkgdown workflow

* Upload built site as artifact in pkgdown workflow
  • Loading branch information
lazappi authored Nov 21, 2024
1 parent c630c69 commit b97f52f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
quarto-version: pre-release

- name: Install lamindb
run: |
Expand All @@ -56,6 +57,12 @@ jobs:
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Create built site artifact
uses: actions/upload-artifact@v4
with:
name: pkgdown-site
path: docs

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit b97f52f

Please sign in to comment.