From 08e0d1672dd610155ad9f1fb9264a1ce6aea57a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Thu, 10 Feb 2022 08:04:29 +0100 Subject: [PATCH] revert: ci: trigger pr previews on new commits (#108) --- .github/workflows/update-api-docs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-api-docs.yaml b/.github/workflows/update-api-docs.yaml index a0947a11..92b3aa8d 100644 --- a/.github/workflows/update-api-docs.yaml +++ b/.github/workflows/update-api-docs.yaml @@ -14,7 +14,6 @@ jobs: with: submodules: true fetch-depth: 0 - persist-credentials: false - name: Use Node.js 16 uses: actions/setup-node@v1