Browse Source

👷 Omit large files for translations

pull/15563/head
Sebastián Ramírez 2 weeks ago
parent
commit
095849f0e3
  1. 6
      .github/workflows/build-docs.yml

6
.github/workflows/build-docs.yml

@ -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

Loading…
Cancel
Save