fix docs deploy
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Base requirements
|
- name: Base requirements
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install nodejs -y
|
apk update && apk add --no-cache nodejs
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# For pull requests it's not necessary to checkout the code but for the main branch it is
|
# For pull requests it's not necessary to checkout the code but for the main branch it is
|
||||||
- uses: dorny/paths-filter@v3
|
- uses: dorny/paths-filter@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user