diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a2eb2e3..ec30b1d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,11 +36,12 @@ jobs: - name: Install MyST Markdown run: npm install -g mystmd - name: Build HTML Assets + working-directory: ./docs run: myst build --html - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: "./_build/html" + path: "./docs/_build/html" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4