Skip to content

Commit 87a88f7

Browse files
committed
this seems to work locally
1 parent 108e7f1 commit 87a88f7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
uses: actions/configure-pages@v2
4242

4343
- name: bundle install
44-
run: |
45-
JEKYLL_ENV=production bundle exec jekyll build
44+
run: bundle exec jekyll build
4645

4746
- name: Upload artifact
4847
uses: actions/upload-pages-artifact@v1

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: echothrust/howtos
33
name: echothrust/howtos
44
description: A list of OpenBSD (mostly) material
55
show_downloads: false
6-
repository: echothrust/howtos
6+
#baseurl: echothrust.github.io/howtos
7+
#repository: echothrust/howtos
78
#github:
89
# is_project_page: false
910
plugins:
@@ -13,6 +14,7 @@ plugins:
1314
- jekyll-seo-tag
1415
- jekyll-coffeescript
1516
- jekyll-commonmark-ghpages
17+
- jekyll-github-pages
1618
- jekyll-gist
1719
- jekyll-github-metadata
1820
- jekyll-paginate

0 commit comments

Comments
 (0)