Skip to content

Commit f244efd

Browse files
committed
Run website workflow on any push to path, remove repeated intro phrase
1 parent 8d34db2 commit f244efd

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/website.yaml

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

website/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
title: Welcome
33
---
44

5-
-> _Hey there, internet hitchhiker!_
6-
75
**BrokenSource** is a personal collection of professional Open Source projects from [tremeschin](https://github.com/Tremeschin).
86

9-
The name is a light joke on the development process, eternal maintenance, emotional and finantial struggles of code authoring - whereas ironically[^reverse] they are high quality with strong applications.
7+
The name is a light joke on the development process, eternal maintenance, emotional and finantial struggles of code authoring - whereas ironically[^reverse], they are high quality with strong applications.
108

119
[^reverse]: Lately, company names means the exact opposite what they say.
1210

zensical.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ features = [
2020
"navigation.tabs",
2121
]
2222

23+
[project.theme.icon]
24+
repo = "fontawesome/brands/github"
25+
2326
[[project.theme.palette]]
2427
toggle.icon = "lucide/sun"
2528
toggle.name = "Switch to dark mode"

0 commit comments

Comments
 (0)