diff --git a/.gitea/workflows/build-deploy-docs.yml b/.gitea/workflows/build-deploy-docs.yml
index 81bccdc..8219673 100644
--- a/.gitea/workflows/build-deploy-docs.yml
+++ b/.gitea/workflows/build-deploy-docs.yml
@@ -37,6 +37,9 @@ jobs:
if: ${{ needs.changes.outputs.docs == 'true' }}
runs-on: ubuntu-latest
steps:
+ - name: Base requirements
+ run: |
+ apk update && apk add --no-cache nodejs
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
diff --git a/docs/index.md b/docs/index.md
index 1f44df4..38958f9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -96,4 +96,6 @@ async def menu(context: CommandCallbackContext):
```
## Result
-
\ No newline at end of file
+
+
+forced_change
\ No newline at end of file