Skip to content

Commit

Permalink
ah quarto is nesting output
Browse files Browse the repository at this point in the history
  • Loading branch information
adonm committed Mar 23, 2024
1 parent f51c47b commit 873c5fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ jobs:
- name: Setup quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Render docs
run: |
quarto render nbs
pwd
ls
run: quarto render nbs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "_docs/"
path: "nbs/_docs/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 873c5fc

Please sign in to comment.