fix docs deploy
Some checks failed
Build Docs / changes (push) Successful in 4s
Build Docs / build-docs (push) Failing after 25s
Build Docs / deploy-docs (push) Has been skipped

This commit is contained in:
Alexander Kalinovsky
2025-03-01 14:16:18 +07:00
parent 22ab18f648
commit 1b0d6d4125
2 changed files with 4 additions and 4 deletions

View File

@@ -11,9 +11,9 @@ jobs:
outputs:
docs: ${{ steps.filter.outputs.docs }}
steps:
- name: Base requirements
run: |
apk update && apk add --no-cache nodejs
# - name: Base requirements
# run: |
# 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