fix doc deploy
This commit is contained in:
@@ -11,6 +11,9 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
docs: ${{ steps.filter.outputs.docs }}
|
docs: ${{ steps.filter.outputs.docs }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Base requirements
|
||||||
|
run: |
|
||||||
|
apt update && apt install nodejs -y
|
||||||
- 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