fix docs deploy
All checks were successful
Build Docs / changes (push) Successful in 8s
Build Docs / build-docs (push) Has been skipped
Build Docs / deploy-docs (push) Has been skipped

This commit is contained in:
Alexander Kalinovsky
2025-03-01 01:24:41 +07:00
parent 426ca3fad0
commit 0f479f7914

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Base requirements
run: |
apt update && apt install nodejs -y
apk update && apk add --no-cache nodejs
- uses: actions/checkout@v4
# For pull requests it's not necessary to checkout the code but for the main branch it is
- uses: dorny/paths-filter@v3