Skip to content

Commit 54d56c0

Browse files
committed
rebuilding site Tue Dec 5 21:30:38 EST 2023
1 parent 4f1a31d commit 54d56c0

File tree

183 files changed

+33244
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+33244
-5
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Leaving linux for BSD"
33
date: 2023-12-03T18:36:03-05:00
4-
draft: true
54
---
65

76

deploy.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hugo # if using a theme, replace with `hugo -t <YOURTHEME>`
88
# Go To Public folder
99
cd public
1010
# Add changes to git.
11-
git add .
11+
git add -A
1212

1313
# Commit changes.
1414
msg="rebuilding site `date`"
@@ -17,9 +17,6 @@ if [ $# -eq 1 ]
1717
fi
1818
git commit -m "$msg"
1919

20-
# Push source and build repos.
21-
git push origin main
22-
2320
# Come Back up to the Project Root
2421
cd ..
2522
# Clean old docs
@@ -29,3 +26,8 @@ mv ./public/ ./docs/
2926

3027
# Copy Public to Docs
3128
#cp -vr public docs
29+
30+
# Push source and build repos.
31+
git push origin main
32+
33+

0 commit comments

Comments
 (0)