diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 71145379..8852aaac 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -57,7 +57,8 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "gh-actions" yarn add nodejieba - yarn install --frozen-lockfile + yarn install --frozen-lockfile --production=false + yarn build - name: Install ossutil run: wget http://gosspublic.alicdn.com/ossutil/1.7.0/ossutil64 && chmod +x ossutil64 && mv ossutil64 ossutil - name: Configure Alibaba Cloud OSSUTIL