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 45
45
touch _build/html/.nojekyll
46
46
- name : Deploy to gh-pages
47
47
if : github.repository == 'project-chip/connectedhomeip' && github.event_name == 'push' && github.ref_name == 'master'
48
- uses : peaceiris/actions-gh-pages@v3
48
+ uses : peaceiris/actions-gh-pages@v4
49
49
with :
50
50
deploy_key : ${{ secrets.DOXYGEN_DEPLOY_KEY }}
51
51
external_repository : project-chip/connectedhomeip-doc
Original file line number Diff line number Diff line change 98
98
id : extract_branch
99
99
- name : Deploy if master
100
100
if : steps.extract_branch.outputs.branch == 'master' && github.repository == 'project-chip/connectedhomeip'
101
- uses : peaceiris/actions-gh-pages@v3
101
+ uses : peaceiris/actions-gh-pages@v4
102
102
with :
103
103
deploy_key : ${{ secrets.DOXYGEN_DEPLOY_KEY }}
104
104
external_repository : project-chip/connectedhomeip-doc
You can’t perform that action at this time.
0 commit comments