We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb81dc commit 191317dCopy full SHA for 191317d
1 file changed
.github/workflows/pages.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: "18"
23
- name: Cache NPM dependencies
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
26
path: node_modules
27
key: ${{ runner.OS }}-npm-cache
@@ -35,4 +35,4 @@ jobs:
35
uses: peaceiris/actions-gh-pages@v3
36
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
- publish_dir: ./public
+ publish_dir: ./public
0 commit comments