diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index 870912d7d..68fd3425b 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -65,7 +65,7 @@ jobs: echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)" id: version - name: Deploy to subfolder - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: token: ${{ secrets.LVGL_BOT_TOKEN }} repository-name: lvgl/docs @@ -77,7 +77,7 @@ jobs: single-commit: true - name: Deploy to master if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: token: ${{ secrets.LVGL_BOT_TOKEN }} repository-name: lvgl/docs