Skip to content

Commit

Permalink
committi pitti
Browse files Browse the repository at this point in the history
  • Loading branch information
essingen123 committed Aug 3, 2024
1 parent 1e02437 commit f556bef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# autogit4unimoose
<!-- ![Image](github_repo_image.webp) -->
![Image](amazing_moose2.jpeg)

## Description
A work in progress with automation testing for Git leveraging python, bash etc
Expand Down
7 changes: 3 additions & 4 deletions autogit4unimoose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ done < "$config_file"
local owner="${GITHUB_USER:-$(git config user.name)}"
local repo_name=$(basename "$PWD")
owner_slash_repo_global_var_set_onload_kigit="$owner/$repo_name"
github_pages_repo_url="https://$owner.github.io/$repo_name"
github_pages_repo_url="https://$owner.github.io/$repo_name/"

echo "**************";
echo $github_pages_repo_url
Expand Down Expand Up @@ -532,9 +532,8 @@ echo "config --get remote.origin.head:" && git config --get remote.origin.head

change_or_create_new_branch "${global_conf[set303j]:-main}"

[ ! -f "README.md" ] && (create_readmemd; create_html_page)


[ ! -f "README.md" ] && (create_readmemd)
[ ! -f "index.html" ] && (create_html_page)

push_sync_git_repository "${global_conf[set303k]//\~date/$(date '+%Y%m%d-%H')}" "${global_conf[set303b]}" "${global_conf[set303j]:-main}"
update_repo_homepage "${global_conf[set303b]}" "${GITHUB_USER:-$(git config user.name)}"
Expand Down
12 changes: 0 additions & 12 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion kigit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set303e=Git, Bash, Automation, Automagic, un-PEP8-perhaps
set303f=A work in progress with automation testing for Git leveraging python, bash etc

# website URL
set303g=https://essingen123.github.io/autogit4unimoose
set303g=https://essingen123.github.io/autogit4unimoose/

# GithubPartywebpageLink
set303h=index.html
Expand Down

0 comments on commit f556bef

Please sign in to comment.