diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index e436ab3..a2e322b 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -33,7 +33,7 @@ jobs: run: pip install .[docs] - name: Build Documentation - run: make -C doc html + run: make -C docs html - name: Deploy uses: JamesIves/github-pages-deploy-action@v4.6.4