Skip to content

Commit ddd8952

Browse files
authoredNov 29, 2022
Convert to GitHub pages (#22)
1 parent 509614a commit ddd8952

File tree

168 files changed

+6143
-329
lines changed

Some content is hidden

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

168 files changed

+6143
-329
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["master"]
7+
branches: ["gh-pages"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

‎.gitignore

+5-36
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,5 @@
1-
*.gem
2-
*.rbc
3-
/.config
4-
/coverage/
5-
/InstalledFiles
6-
/pkg/
7-
/spec/reports/
8-
/spec/examples.txt
9-
/test/tmp/
10-
/test/version_tmp/
11-
/tmp/
12-
13-
## Specific to RubyMotion:
14-
.dat*
15-
.repl_history
16-
build/
17-
18-
## Documentation cache and generated files:
19-
/.yardoc/
20-
/_yardoc/
21-
/doc/
22-
/rdoc/
23-
24-
## Environment normalization:
25-
/.bundle/
26-
/vendor/bundle
27-
/lib/bundler/man/
28-
29-
# for a library or gem, you might want to ignore these files since the code is
30-
# intended to run in multiple environments; otherwise, check them in:
31-
# Gemfile.lock
32-
# .ruby-version
33-
# .ruby-gemset
34-
35-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
36-
.rvmrc
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor

0 commit comments

Comments
 (0)
Please sign in to comment.