diff --git a/.gitea/workflows/build-deploy-docs.yml b/.gitea/workflows/build-deploy-docs.yml index cb7ca8b..9c426a8 100644 --- a/.gitea/workflows/build-deploy-docs.yml +++ b/.gitea/workflows/build-deploy-docs.yml @@ -82,5 +82,5 @@ jobs: - name: Start Docs Site run: | cd ~/${{ vars.STACK_NAME }} - docker-compose up -d + docker compose up -d diff --git a/docs/index.md b/docs/index.md index 38958f9..139e6ef 100644 --- a/docs/index.md +++ b/docs/index.md @@ -98,4 +98,4 @@ async def menu(context: CommandCallbackContext): -forced_change \ No newline at end of file +forced_change_ \ No newline at end of file