Skip to content

Commit

Permalink
cd: Add the last update time by the way
Browse files Browse the repository at this point in the history
  • Loading branch information
Linhieng committed Apr 14, 2024
1 parent 1b50f52 commit 2b98888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
# cache: npm 难道开启缓存,需要 lock 文件?
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default defineConfig({
themeConfig: {
nav: getNav(),
sidebar: getSideBar(),
lastUpdated: true,

editLink: {
text: '在 Github 上查看此页',
Expand Down

0 comments on commit 2b98888

Please sign in to comment.