Skip to content

Commit 1056d71

Browse files
Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent baf8065 commit 1056d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/download-artifact@v2
1616
- run: anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user scipp --label ${{ env.conda_label }} $(ls conda-package-*/*/*.tar.bz2)
1717

18-
- uses: JamesIves/github-pages-deploy-action@4.1.8
18+
- uses: JamesIves/github-pages-deploy-action@v4.2.2
1919
with:
2020
branch: gh-pages
2121
folder: DocumentationHTML

0 commit comments

Comments
 (0)