mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
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:
parent
b5b41988cf
commit
70802d270e
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user