File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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-
Original file line number Diff line number Diff line change 11// zine.ziggy
2+ //-----------------------
3+ //Copyright (C) 2025 Qompass AI, All rights reserved
24const zine = @import("zine");
35
46pub 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",
You can’t perform that action at this time.
0 commit comments