Commit 18534a1c by Torkel Ödegaard Committed by GitHub

Docs: Fix docs sync actions (#29551)

parent 22ee0a91
...@@ -24,7 +24,7 @@ jobs: ...@@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
id: generate-docs id: generate-docs
with: with:
node-version: '12' node-version: '14'
- run: yarn install --pure-lockfile --no-progress - run: yarn install --pure-lockfile --no-progress
- run: ./scripts/ci-reference-docs-build.sh - run: ./scripts/ci-reference-docs-build.sh
- name: publish-to-git - name: publish-to-git
...@@ -41,4 +41,4 @@ jobs: ...@@ -41,4 +41,4 @@ jobs:
- shell: bash - shell: bash
run: | run: |
test -n "${{ steps.publish.outputs.commit_hash }}" test -n "${{ steps.publish.outputs.commit_hash }}"
test -n "${{ steps.publish.outputs.working_directory }}" test -n "${{ steps.publish.outputs.working_directory }}"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment