Skip to content

Commit 69a41e7

Browse files
Bump JamesIves/github-pages-deploy-action in the minor group
Bumps the minor group with 1 update: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.6.4 to 4.6.8 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@920cbb3...881db53) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7724391 commit 69a41e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: openapi
3434
path: openapi/
3535
- name: Deploy OpenAPI
36-
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
36+
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
3737
with:
3838
folder: openapi
3939
target-folder: openapi
@@ -77,12 +77,12 @@ jobs:
7777
path: tech-docs-build/openapi/
7878
- name: Deploy
7979
if: github.ref_name == 'main'
80-
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
80+
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
8181
with:
8282
folder: tech-docs-build
8383
- name: Deploy branch
8484
if: github.ref_name != 'main'
85-
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
85+
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
8686
with:
8787
folder: tech-docs-build
8888
target-folder: drafts/${{ github.ref_name }}

0 commit comments

Comments
 (0)