Skip to content

Commit 4c1f280

Browse files
committed
Add link to domain origin in nav
1 parent b0086c9 commit 4c1f280

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/make-website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: make-website
22
on:
33
workflow_dispatch:
4+
push:
5+
paths:
6+
- "website/**"
47

58
permissions:
69
id-token: write

zensical.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ edit_uri = "edit/main/website/"
1414
copyright = "&copy; CC BY-SA 4.0, <a href='https://github.com/Tremeschin/'>Tremeschin</a> 🇧🇷"
1515
docs_dir = "website"
1616
nav = [
17+
{Origin = "https://tremeschin.com/"},
1718
{Home = [
1819
"index.md",
1920
"about/community.md",

0 commit comments

Comments
 (0)