Skip to content

Commit 191317d

Browse files
authored
Update pages.yml
1 parent 4bb81dc commit 191317d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: "18"
2323
- name: Cache NPM dependencies
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: node_modules
2727
key: ${{ runner.OS }}-npm-cache
@@ -35,4 +35,4 @@ jobs:
3535
uses: peaceiris/actions-gh-pages@v3
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
publish_dir: ./public
38+
publish_dir: ./public

0 commit comments

Comments
 (0)