Skip to content

Commit 90c51d0

Browse files
build(deps): bump actions/deploy-pages from 1 to 2
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v1...v2) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 999cbbc commit 90c51d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- name: Deploy to GitHub Pages
117117
id: deployment
118-
uses: actions/deploy-pages@v1
118+
uses: actions/deploy-pages@v2
119119

120120
# Deployment is good. Finish caching the commit info so we won't run
121121
# again until either this repo or MacVim got updated.

0 commit comments

Comments
 (0)