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