diff --git a/.github/workflows/build-docs-version.yml b/.github/workflows/build-docs-version.yml index dc4ae900..7e474605 100644 --- a/.github/workflows/build-docs-version.yml +++ b/.github/workflows/build-docs-version.yml @@ -18,10 +18,6 @@ jobs: with: python-version: '3.9' - - name: Get tag - id: tag - uses: dawidd6/action-get-tag@v1 - - name: Install docs requirements run: pip install -r docs/requirements.txt @@ -47,7 +43,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: _build - target-folder: ${{steps.tag.outputs.tag}} + target-folder: ${{github.ref_name}} clean: false - name: Upload to GitHub Pages diff --git a/.github/workflows/manual-build-docs-version.md b/.github/workflows/manual-build-docs-version.yml similarity index 100% rename from .github/workflows/manual-build-docs-version.md rename to .github/workflows/manual-build-docs-version.yml diff --git a/docs/conf.py b/docs/conf.py index d6f8e47b..f90467da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ # "light_logo": "img/PettingZoo.svg", # "dark_logo": "img/PettingZoo_White.svg", # "gtag": "G-Q4EGMJ3R24", - # "versioning": False, + "versioning": True, "source_repository": "https://github.com/rradules/momaland/", "source_branch": "main", "source_directory": "docs/", diff --git a/docs/index.md b/docs/index.md index 8cec4dc1..fd8a6765 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,8 +53,6 @@ Contribute to the Docs An API standard for multi-objective multi-agent reinforcement learning (MOMARL) ``` -# An API standard for multi-objective multi-agent reinforcement learning (MOMARL) -