diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index cd8a42250..1b287954f 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -79,7 +79,7 @@ jobs: id: version - name: Deploy to subfolder if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: token: ${{ secrets.LVGL_BOT_TOKEN }} repository-name: lvgl/docs @@ -91,7 +91,7 @@ jobs: single-commit: true - name: Deploy to master if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: token: ${{ secrets.LVGL_BOT_TOKEN }} repository-name: lvgl/docs