From 2c886537e9ca0877159667d65751ae0263c28da7 Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Fri, 7 May 2021 15:46:31 -0400 Subject: [PATCH] chore(docs) specify concurrency to avoid potential race condition --- .github/workflows/compile_docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index aadd2dbf4..c51367c8d 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -62,6 +62,7 @@ jobs: id: version - name: Deploy uses: JamesIves/github-pages-deploy-action@3.7.1 + concurrency: docs-push with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}