Skip to content

Commit 77813df

Browse files
committed
update
1 parent c78d1de commit 77813df

3 files changed

Lines changed: 3 additions & 24 deletions

File tree

.github/issues.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/update-metadata.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,7 @@ jobs:
1515
REPO_DESC=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
1616
https://api.github.com/repos/$GITHUB_REPOSITORY | jq -r .description)
1717
18-
# Update .zenodo.json
1918
if [ -f .zenodo.json ]; then
2019
jq --arg title "$REPO_NAME" '.title = $title' .zenodo.json > .zenodo.json.tmp
2120
jq --arg desc "$REPO_DESC" '.description = $desc' .zenodo.json.tmp > .zenodo.json
2221
fi
23-
24-
# Similar approach for CITATION.cff
25-
# [Additional code to update CITATION.cff]
26-
27-
git config --global user.name "GitHub Action"
28-
git config --global user.email "action@github.com"
29-
git add .zenodo.json CITATION.cff
30-
git commit -m "Update metadata with repository info" || echo "No changes to commit"
31-
git push
32-

zine.ziggy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// zine.ziggy
2+
//-----------------------
3+
//Copyright (C) 2025 Qompass AI, All rights reserved
24
const zine = @import("zine");
35

46
pub const site = zine.Site{
@@ -8,7 +10,7 @@ pub const site = zine.Site{
810
.assets_dir = "assets",
911
.output_dir = "public",
1012

11-
.site_title = "The Deep Pursuit of Quality AI",
13+
.site_title = "Qompass AI Founder Github",
1214
.site_description = "Quality AI Adoption Solutions as a Service",
1315
.author = "Matthew A. Porter",
1416
.language = "en-US",

0 commit comments

Comments
 (0)