Skip to content

Commit

Permalink
🐞 fix(workflow): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
summerscar committed Oct 27, 2024
1 parent acbaa4d commit 662aae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm run script:docs-desc

- name: Commit docs-desc
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "📃 docs(description): generate description by chatGPT"

Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-doc-last-modified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { flattenAllDocs, insertOrUpdateFrontmatterKey } from "./list-all-docs";
console.log(
`[generate-doc-last-modified]: ${doc.title} -> ${frontmatterKey}: ${doc.lastModified} ${new Date(
Number(doc.lastModified) * 1000,
).toLocaleString("zh-CN")}`,
).toUTCString()}`,
);
});
// console.log("[generate-doc-last-modification]: \n", docsWithLastModification);
Expand Down

0 comments on commit 662aae5

Please sign in to comment.