Skip to content

Commit

Permalink
fix github info
Browse files Browse the repository at this point in the history
  • Loading branch information
straightupjac committed May 3, 2022
1 parent fc89ff2 commit 4197ad4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Build Link Index
uses: jackyzha0/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ enableGitInfo = true
lineNumbersInTable = true
style = "dracula"
tabWidth = 4
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]

0 comments on commit 4197ad4

Please sign in to comment.