Skip to content

Commit

Permalink
Issue #3: Fix up the GitHub pages configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 7, 2024
1 parent a4e1e65 commit 5ecfb72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
source: ./docs
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
9 changes: 9 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Jekyll Docs Site for rpi-clone

To test locally, make sure you have Jekyll installed, make sure you've installed dependencies (`bundle install`) and run:

```
bundle exec jekyll serve
```

Then open up your browser to the URL Jekyll spits out.
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ title: rpi-clone
description: >-
A shell script to clone a booted disk on a Raspberry Pi.
baseurl: ''
domain: "rpi-clone.github.io"
url: "https://rpi-clone.github.io"
domain: "rpi-clone.jeffgeerling.com"
url: "https://rpi-clone.jeffgeerling.com"

# Build settings
markdown: kramdown
Expand Down

0 comments on commit 5ecfb72

Please sign in to comment.