We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1594560 commit 6c77383Copy full SHA for 6c77383
.github/workflows/GHPages.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Build docs
16
run: npm run docs:build
17
- name: Deploy
18
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
publish_dir: ./docs/.vitepress/dist/eslint-plugin-lodash-template
0 commit comments