From 6e6dd4cb0b396ae7ec4f273bccd254bc0f9885d5 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 03 May 2022 14:57:20 +0000
Subject: [PATCH] fix: trim trailing slash when calculating popover
---
.github/workflows/deploy.yaml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 6a22367..ee51d3e 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -10,6 +10,8 @@
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/hugo-obsidian@v2.12
--
Gitblit v1.10.0