Skip to content

Commit 88c18b8

Browse files
authored
Merge pull request #79 from scipp/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.2.2
Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2
2 parents baf8065 + 1056d71 commit 88c18b8

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)