fix push the compiled docs to the docs repo instead of docs_compiled

"docs" was renamed to "docs_old" and "docs_compiled" to "docs"
This commit is contained in:
Gabor Kiss-Vamosi
2021-05-25 11:21:04 +02:00
committed by GitHub
parent f1cbf49718
commit 4a00031713

View File

@@ -67,7 +67,7 @@ jobs:
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }} ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}
REPOSITORY_NAME: lvgl/docs_compiled REPOSITORY_NAME: lvgl/docs
BRANCH: gh-pages # The branch the action should deploy to. BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: out_html # The folder the action should deploy. FOLDER: out_html # The folder the action should deploy.
TARGET_FOLDER: ${{ steps.version.outputs.VERSION_NAME }} TARGET_FOLDER: ${{ steps.version.outputs.VERSION_NAME }}