Fix: publish_docs GitHub action needs to be updated after a script that was used there has been removed (#54597)

This commit is contained in:
Timur Olzhabayev 2022-09-01 18:37:17 +02:00 committed by GitHub
parent b5b41988cf
commit 70802d270e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,7 @@ jobs:
key: yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
yarn-
- run: yarn install --immutable
- run: ./scripts/ci-reference-docs-build.sh
- run: yarn install --immutable
- name: publish-to-git
uses: ./.github/actions/website-sync
id: publish