From bbd8d1c9f6023db20363aeaadaedfe6e6d9e1965 Mon Sep 17 00:00:00 2001 From: v8tenko Date: Tue, 19 Sep 2023 01:11:35 +0300 Subject: [PATCH] wip --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 7652621..b20f03a 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -4,7 +4,7 @@ on: pull_request: jobs: - build: + preview: runs-on: self-hosted strategy: matrix: @@ -18,7 +18,7 @@ jobs: with: node-version: 14 - name: Diplodoc build action - uses: v8tenko/diplodoc-playground@v0.6 + uses: v8tenko/diplodoc-playground@v0.7 with: token: ${{ secrets.GH_TOKEN }}