mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Fix docs sync actions (#29551)
This commit is contained in:
parent
22ee0a912c
commit
18534a1c9c
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
id: generate-docs
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '14'
|
||||
- run: yarn install --pure-lockfile --no-progress
|
||||
- run: ./scripts/ci-reference-docs-build.sh
|
||||
- name: publish-to-git
|
||||
@ -41,4 +41,4 @@ jobs:
|
||||
- shell: bash
|
||||
run: |
|
||||
test -n "${{ steps.publish.outputs.commit_hash }}"
|
||||
test -n "${{ steps.publish.outputs.working_directory }}"
|
||||
test -n "${{ steps.publish.outputs.working_directory }}"
|
||||
|
Loading…
Reference in New Issue
Block a user