We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba60f0 commit 483c48eCopy full SHA for 483c48e
.github/workflows/compile_docs.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
66
id: version
67
- name: Deploy to subfolder
68
- uses: JamesIves/github-pages-deploy-action@v4.6.8
+ uses: JamesIves/github-pages-deploy-action@v4.7.1
69
with:
70
token: ${{ secrets.LVGL_BOT_TOKEN }}
71
repository-name: lvgl/docs
@@ -77,7 +77,7 @@ jobs:
77
single-commit: true
78
- name: Deploy to master
79
if: github.ref == 'refs/heads/master'
80
81
82
83
0 commit comments