mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.4.0 (#838)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.2 to 4.4.0. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.2.2...v4.4.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/publish_docs.yml
vendored
4
.github/workflows/publish_docs.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
--baseurl ${{ steps.get_version.outputs.VERSION }} \
|
||||
--destination ${{ steps.get_version.outputs.VERSION }}
|
||||
- name: Publish Latest Docs
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.2
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.0
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: docs/_latest
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
clean-exclude: |
|
||||
*.*.*/
|
||||
- name: Publish Versioned Docs
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.2
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.0
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: docs/${{ steps.get_version.outputs.VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user