File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 uses : actions/upload-artifact@v3
152152 with :
153153 name : docs-html
154- path : docs-quarto /_site
154+ path : docs/_site
155155
156156 preview-docs :
157157 name : " Preview Docs:"
@@ -163,7 +163,7 @@ jobs:
163163 - uses : actions/download-artifact@v3
164164 with :
165165 name : docs-html
166- path : docs-quarto /_site
166+ path : docs/_site
167167
168168 # Determine the release name ---
169169
@@ -193,7 +193,7 @@ jobs:
193193 run : |
194194 npm install -g netlify-cli
195195 # push main branch to production, others to preview --
196- netlify deploy --dir=docs-quarto /_site --alias="${ALIAS}"
196+ netlify deploy --dir=docs/_site --alias="${ALIAS}"
197197
198198 env :
199199 NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
@@ -222,11 +222,11 @@ jobs:
222222 - uses : actions/download-artifact@v3
223223 with :
224224 name : docs-html
225- path : docs-quarto /_site
225+ path : docs/_site
226226 - uses : peaceiris/actions-gh-pages@v3
227227 with :
228228 github_token : ${{ secrets.GITHUB_TOKEN }}
229- publish_dir : docs-quarto /_site
229+ publish_dir : docs/_site
230230
231231 release-pypi :
232232 name : " Release to pypi"
You can’t perform that action at this time.
0 commit comments