Commit 18534a1c by Torkel Ödegaard Committed by GitHub

Docs: Fix docs sync actions (#29551)

parent 22ee0a91
......@@ -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 }}"
\ No newline at end of file
test -n "${{ steps.publish.outputs.working_directory }}"
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