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
+1 -2
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