File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ jobs:
46
46
find docs -name ldoc.css -exec sed -i 's/width: 700px;//g' {} +
47
47
48
48
- name : Deploy Web Codex
49
- uses : JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
49
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
50
50
with :
51
51
branch : codex
52
52
folder : docs/web-codex
53
53
target-folder : web-${{ env.CODEX_SUFFIX }}
54
54
55
55
- name : Deploy Mock Codex
56
- uses : JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
56
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
57
57
with :
58
58
branch : codex
59
59
folder : docs/mock-codex
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- run : rm -f test/results/*.xml
104
104
105
105
- name : Deploy Screen Renderer Output
106
- uses : JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
106
+ uses : JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
107
107
if : ${{ matrix.luaVersion == '5.3' && (github.event_name == 'push' && github.ref_name == 'main') }}
108
108
with :
109
109
branch : codex
You can’t perform that action at this time.
0 commit comments