1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

chore(docs) specify concurrency to avoid potential race condition

This commit is contained in:
Themba Dube 2021-05-07 15:46:31 -04:00
parent 86af86613b
commit 2c886537e9

View File

@ -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 }}