Skip to content

Commit 6c77383

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4 (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1594560 commit 6c77383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build docs
1616
run: npm run docs:build
1717
- name: Deploy
18-
uses: peaceiris/actions-gh-pages@v3
18+
uses: peaceiris/actions-gh-pages@v4
1919
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
publish_dir: ./docs/.vitepress/dist/eslint-plugin-lodash-template

0 commit comments

Comments
 (0)