From 2ded4c12ab36fba6b2be9808350de8671b6d4d67 Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Fri, 30 Sep 2022 09:48:54 +0200 Subject: [PATCH] Chore: Rename one of the publish docs action steps (#55888) --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d68a983622..58222f07297 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,9 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 - run: git clone --single-branch --no-tags --depth 1 -b master https://grafanabot:${{ secrets.GH_BOT_ACCESS_TOKEN }}@github.com/grafana/website-sync ./.github/actions/website-sync - - name: generate-packages-docs - uses: actions/setup-node@v3.4.0 - id: generate-docs + - name: setup node + uses: actions/setup-node@v3.4.0 with: node-version: '16' - name: Get yarn cache directory path