Skip to content

Commit 787a86f

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8
1 parent a510c77 commit 787a86f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
find docs -name ldoc.css -exec sed -i 's/width: 700px;//g' {} +
4747
4848
- 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
5050
with:
5151
branch: codex
5252
folder: docs/web-codex
5353
target-folder: web-${{ env.CODEX_SUFFIX }}
5454

5555
- 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
5757
with:
5858
branch: codex
5959
folder: docs/mock-codex

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- run: rm -f test/results/*.xml
104104

105105
- 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
107107
if: ${{ matrix.luaVersion == '5.3' && (github.event_name == 'push' && github.ref_name == 'main') }}
108108
with:
109109
branch: codex

0 commit comments

Comments
 (0)