Skip to content

Commit eb97430

Browse files
committed
Fixing build files
1 parent 661dcb6 commit eb97430

File tree

3 files changed

+95
-5
lines changed

3 files changed

+95
-5
lines changed

.github/workflows/build-and-deploy-jekyll-site.yml renamed to .github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
steps:
6363
- name: Deploy to GitHub Pages
6464
id: deployment
65-
uses: actions/deploy-pages@v4
65+
uses: actions/deploy-pages@v4

Gemfile.lock

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.3.0)
7+
bigdecimal (3.2.3)
8+
colorator (1.1.0)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.5)
11+
em-websocket (0.5.3)
12+
eventmachine (>= 0.12.9)
13+
http_parser.rb (~> 0)
14+
eventmachine (1.2.7)
15+
ffi (1.17.2-x86_64-linux-gnu)
16+
forwardable-extended (2.6.0)
17+
google-protobuf (4.32.1-x86_64-linux-gnu)
18+
bigdecimal
19+
rake (>= 13)
20+
http_parser.rb (0.8.0)
21+
i18n (1.14.7)
22+
concurrent-ruby (~> 1.0)
23+
jekyll (4.4.1)
24+
addressable (~> 2.4)
25+
base64 (~> 0.2)
26+
colorator (~> 1.0)
27+
csv (~> 3.0)
28+
em-websocket (~> 0.5)
29+
i18n (~> 1.0)
30+
jekyll-sass-converter (>= 2.0, < 4.0)
31+
jekyll-watch (~> 2.0)
32+
json (~> 2.6)
33+
kramdown (~> 2.3, >= 2.3.1)
34+
kramdown-parser-gfm (~> 1.0)
35+
liquid (~> 4.0)
36+
mercenary (~> 0.3, >= 0.3.6)
37+
pathutil (~> 0.9)
38+
rouge (>= 3.0, < 5.0)
39+
safe_yaml (~> 1.0)
40+
terminal-table (>= 1.8, < 4.0)
41+
webrick (~> 1.7)
42+
jekyll-include-cache (0.2.1)
43+
jekyll (>= 3.7, < 5.0)
44+
jekyll-sass-converter (3.1.0)
45+
sass-embedded (~> 1.75)
46+
jekyll-seo-tag (2.8.0)
47+
jekyll (>= 3.8, < 5.0)
48+
jekyll-watch (2.2.1)
49+
listen (~> 3.0)
50+
json (2.15.0)
51+
just-the-docs (0.10.1)
52+
jekyll (>= 3.8.5)
53+
jekyll-include-cache
54+
jekyll-seo-tag (>= 2.0)
55+
rake (>= 12.3.1)
56+
kramdown (2.5.1)
57+
rexml (>= 3.3.9)
58+
kramdown-parser-gfm (1.1.0)
59+
kramdown (~> 2.0)
60+
liquid (4.0.4)
61+
listen (3.9.0)
62+
rb-fsevent (~> 0.10, >= 0.10.3)
63+
rb-inotify (~> 0.9, >= 0.9.10)
64+
mercenary (0.4.0)
65+
pathutil (0.16.2)
66+
forwardable-extended (~> 2.6)
67+
public_suffix (6.0.2)
68+
rake (13.3.0)
69+
rb-fsevent (0.11.2)
70+
rb-inotify (0.11.1)
71+
ffi (~> 1.0)
72+
rexml (3.4.4)
73+
rouge (4.6.1)
74+
safe_yaml (1.0.5)
75+
sass-embedded (1.93.2)
76+
google-protobuf (~> 4.31)
77+
rake (>= 13)
78+
terminal-table (3.0.2)
79+
unicode-display_width (>= 1.1.1, < 3)
80+
unicode-display_width (2.6.0)
81+
webrick (1.9.1)
82+
83+
PLATFORMS
84+
x86_64-linux
85+
86+
DEPENDENCIES
87+
jekyll (~> 4.4.1)
88+
just-the-docs (= 0.10.1)
89+
90+
BUNDLED WITH
91+
2.3.27

_config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ description: Dette er en side til OS2Kitos vejledninger
33
theme: just-the-docs
44
logo: "/assets/site/OS2kitos_logo.png"
55
favicon_ico: "/assets/site/favicon.ico"
6-
url: https://just-the-docs.github.io
76

87
mermaid:
98
# Version of mermaid library
109
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
1110
version: "11.9.0"
1211

1312
aux_links:
14-
Repository: https://github.com/zorp/os2-sekretariat-docs
15-
Maintainers: ./MAINTAINERS
16-
Contribute: ./CONTRIBUTING
13+
Repository: https://github.com/os2kitos/kitos_docs
14+
# Maintainers: ./MAINTAINERS
15+
# Contribute: ./CONTRIBUTING
1716

0 commit comments

Comments
 (0)