Skip to content

Commit 85889f5

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 ccdb909 commit 85889f5

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
@@ -32,7 +32,7 @@ jobs:
3232
name: openapi
3333
path: openapi/
3434
- name: Deploy OpenAPI
35-
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
35+
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
3636
with:
3737
folder: openapi
3838
target-folder: openapi
@@ -74,12 +74,12 @@ jobs:
7474
path: tech-docs-build/openapi/
7575
- name: Deploy
7676
if: github.ref_name == 'main'
77-
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
77+
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
7878
with:
7979
folder: tech-docs-build
8080
- name: Deploy branch
8181
if: github.ref_name != 'main'
82-
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
82+
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
8383
with:
8484
folder: tech-docs-build
8585
target-folder: drafts/${{ github.ref_name }}

0 commit comments

Comments
 (0)