File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 41
41
uses : actions/configure-pages@v2
42
42
43
43
- name : bundle install
44
- run : |
45
- JEKYLL_ENV=production bundle exec jekyll build
44
+ run : bundle exec jekyll build
46
45
47
46
- name : Upload artifact
48
47
uses : actions/upload-pages-artifact@v1
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ title: echothrust/howtos
3
3
name : echothrust/howtos
4
4
description : A list of OpenBSD (mostly) material
5
5
show_downloads : false
6
- repository : echothrust/howtos
6
+ # baseurl: echothrust.github.io/howtos
7
+ # repository: echothrust/howtos
7
8
# github:
8
9
# is_project_page: false
9
10
plugins :
@@ -13,6 +14,7 @@ plugins:
13
14
- jekyll-seo-tag
14
15
- jekyll-coffeescript
15
16
- jekyll-commonmark-ghpages
17
+ - jekyll-github-pages
16
18
- jekyll-gist
17
19
- jekyll-github-metadata
18
20
- jekyll-paginate
You can’t perform that action at this time.
0 commit comments