diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c6e23d2..f4100ee 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: python -m pip install --upgrade pip pip install sphinx myst-parser sphinx-rtd-theme - name: Build HTML - run: sphinx-build -b html docs/ docs/_build/html + run: sphinx-build -b html docs/source docs/_build/html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: diff --git a/docs/source/index.rst b/docs/source/index.rst index 7e008f3..703dda1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,7 +4,7 @@ contain the root `toctree` directive. Quantum Threat Tracker documentation -================================== +==================================== Welcome to my docs! Here’s how to install!