File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
touch _build/html/.nojekyll
47
47
- name : Deploy to gh-pages
48
48
if : github.repository == 'project-chip/connectedhomeip' && github.event_name == 'push' && github.ref_name == 'master'
49
- uses : peaceiris/actions-gh-pages@v3
49
+ uses : peaceiris/actions-gh-pages@v4
50
50
with :
51
51
deploy_key : ${{ secrets.DOXYGEN_DEPLOY_KEY }}
52
52
external_repository : project-chip/connectedhomeip-doc
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
id : extract_branch
102
102
- name : Deploy if master
103
103
if : steps.extract_branch.outputs.branch == 'master' && github.repository == 'project-chip/connectedhomeip'
104
- uses : peaceiris/actions-gh-pages@v3
104
+ uses : peaceiris/actions-gh-pages@v4
105
105
with :
106
106
deploy_key : ${{ secrets.DOXYGEN_DEPLOY_KEY }}
107
107
external_repository : project-chip/connectedhomeip-doc
You can’t perform that action at this time.
0 commit comments