Skip to content

Commit 5ecfb72

Browse files
committed
Issue billw2#3: Fix up the GitHub pages configuration.
1 parent a4e1e65 commit 5ecfb72

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build with Jekyll
3434
uses: actions/jekyll-build-pages@v1
3535
with:
36-
source: ./
36+
source: ./docs
3737
destination: ./_site
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3

docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Jekyll Docs Site for rpi-clone
2+
3+
To test locally, make sure you have Jekyll installed, make sure you've installed dependencies (`bundle install`) and run:
4+
5+
```
6+
bundle exec jekyll serve
7+
```
8+
9+
Then open up your browser to the URL Jekyll spits out.

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ title: rpi-clone
1717
description: >-
1818
A shell script to clone a booted disk on a Raspberry Pi.
1919
baseurl: ''
20-
domain: "rpi-clone.github.io"
21-
url: "https://rpi-clone.github.io"
20+
domain: "rpi-clone.jeffgeerling.com"
21+
url: "https://rpi-clone.jeffgeerling.com"
2222

2323
# Build settings
2424
markdown: kramdown

0 commit comments

Comments
 (0)