From 8779e72c77c2e454d444b86d3d5ebda9bfab46d7 Mon Sep 17 00:00:00 2001
From: Claudio Yanes <me@claudio4.com>
Date: Fri, 04 Mar 2022 03:34:45 +0000
Subject: [PATCH] Add attribute property to scripts from jsdelivr
---
.github/workflows/deploy.yaml | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index df50f6b..656ef4a 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -12,10 +12,12 @@
- uses: actions/checkout@v2
- name: Build Link Index
- uses: jackyzha0/hugo-obsidian@v2.1
+ uses: jackyzha0/hugo-obsidian@v2.9
with:
+ index: true
input: content
- output: data
+ output: assets/indices
+ root: .
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
@@ -32,4 +34,4 @@
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: master # deploying branch
- cname: quartz.jzhao.xyz
\ No newline at end of file
+ cname: quartz.jzhao.xyz
--
Gitblit v1.10.0