We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5add39b commit b4194c2Copy full SHA for b4194c2
1 file changed
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
env:
72
ALPHAVANTAGE_API_KEY: ${{ secrets.ALPHAVANTAGE_API_KEY }}
73
run: |
74
- quarto render docs/
+ quarto render docs/ --to html
75
76
#
77
# GITHUB PAGES STUFF
0 commit comments