|
|
|
@ -109,7 +109,11 @@ jobs: |
|
|
|
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
|
|
|
with: |
|
|
|
name: docs-site-${{ matrix.lang }} |
|
|
|
path: ./site/** |
|
|
|
path: | |
|
|
|
./site/** |
|
|
|
!./site/${{ matrix.lang }}/img/** |
|
|
|
!./site/${{ matrix.lang }}/css/** |
|
|
|
!./site/${{ matrix.lang }}/js/** |
|
|
|
include-hidden-files: true |
|
|
|
|
|
|
|
# https://github.com/marketplace/actions/alls-green#why |
|
|
|
|