Skip to content

Commit

Permalink
chore(deps): update jamesives/github-pages-deploy-action action to v4…
Browse files Browse the repository at this point in the history
….6.8
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent a510c77 commit 787a86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
find docs -name ldoc.css -exec sed -i 's/width: 700px;//g' {} +
- name: Deploy Web Codex
uses: JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
with:
branch: codex
folder: docs/web-codex
target-folder: web-${{ env.CODEX_SUFFIX }}

- name: Deploy Mock Codex
uses: JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
with:
branch: codex
folder: docs/mock-codex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- run: rm -f test/results/*.xml

- name: Deploy Screen Renderer Output
uses: JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
if: ${{ matrix.luaVersion == '5.3' && (github.event_name == 'push' && github.ref_name == 'main') }}
with:
branch: codex
Expand Down

0 comments on commit 787a86f

Please sign in to comment.