diff --git a/.github/workflows/github_action_build_docs.yml b/.github/workflows/github_action_build_docs.yml index 36ce83886e..f7759bf550 100644 --- a/.github/workflows/github_action_build_docs.yml +++ b/.github/workflows/github_action_build_docs.yml @@ -37,9 +37,11 @@ jobs: - name: Quick-test docs (no autodocs) run: | + cd docs/ make quick - name: Deploy docs (only from master/develop branch) if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}} run: | + cd docs/ echo "Would deploy here!" diff --git a/docs/source/index.md b/docs/source/index.md index 263e241e76..69d53b54b2 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,3 +1,4 @@ + # VERSION WARNING > This is the experimental static v0.9 documentation of Evennia, _automatically_ generated from the