Skip to content

Commit 4523fd8

Browse files
committed
Résolution du conflit - conservation de la version locale
2 parents bd1d92d + 5c3dd73 commit 4523fd8

18 files changed

Lines changed: 6357 additions & 66 deletions

.bundle/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
BUNDLE_PATH: "vendor/bundle"
3-
BUNDLE_BIN: "vendor/bundle/bin"
2+
BUNDLE_PATH: "/opt/build/cache/bundle"
3+
BUNDLE_BIN: "/opt/build/cache/binstubs"

.github/workflows/deploy.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Deploy David KRK Site
2+
3+
on:
4+
push:
5+
branches: [main, gh-pages]
6+
pull_request:
7+
branches: [main]
8+
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
15+
concurrency:
16+
group: "pages"
17+
cancel-in-progress: true
18+
19+
jobs:
20+
build:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: Checkout
24+
uses: actions/checkout@v4
25+
26+
- name: Setup Node.js
27+
uses: actions/setup-node@v4
28+
with:
29+
node-version: '20'
30+
cache: 'npm'
31+
32+
- name: Install dependencies
33+
run: npm ci --prefer-offline --no-audit
34+
35+
- name: Build optimized assets
36+
run: npm run build
37+
38+
- name: Setup Pages
39+
uses: actions/configure-pages@v4
40+
41+
- name: Upload artifact
42+
uses: actions/upload-pages-artifact@v3
43+
with:
44+
path: '.'
45+
46+
deploy:
47+
environment:
48+
name: github-pages
49+
url: ${{ steps.deployment.outputs.page_url }}
50+
runs-on: ubuntu-latest
51+
needs: build
52+
steps:
53+
- name: Deploy to GitHub Pages
54+
id: deployment
55+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
node_modules
1+
node_modules
2+
# Local Netlify folder
3+
.netlify
4+
E

Gemfile.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.8)
5-
public_suffix (>= 2.0.2, < 8.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.3.0)
77
bigdecimal (3.3.1)
88
colorator (1.1.0)
@@ -24,31 +24,31 @@ GEM
2424
ffi (1.17.2-x86_64-linux-gnu)
2525
ffi (1.17.2-x86_64-linux-musl)
2626
forwardable-extended (2.6.0)
27-
google-protobuf (4.33.1)
27+
google-protobuf (4.32.1)
2828
bigdecimal
2929
rake (>= 13)
30-
google-protobuf (4.33.1-aarch64-linux-gnu)
30+
google-protobuf (4.32.1-aarch64-linux-gnu)
3131
bigdecimal
3232
rake (>= 13)
33-
google-protobuf (4.33.1-aarch64-linux-musl)
33+
google-protobuf (4.32.1-aarch64-linux-musl)
3434
bigdecimal
3535
rake (>= 13)
36-
google-protobuf (4.33.1-arm64-darwin)
36+
google-protobuf (4.32.1-arm64-darwin)
3737
bigdecimal
3838
rake (>= 13)
39-
google-protobuf (4.33.1-x86-linux-gnu)
39+
google-protobuf (4.32.1-x86-linux-gnu)
4040
bigdecimal
4141
rake (>= 13)
42-
google-protobuf (4.33.1-x86-linux-musl)
42+
google-protobuf (4.32.1-x86-linux-musl)
4343
bigdecimal
4444
rake (>= 13)
45-
google-protobuf (4.33.1-x86_64-darwin)
45+
google-protobuf (4.32.1-x86_64-darwin)
4646
bigdecimal
4747
rake (>= 13)
48-
google-protobuf (4.33.1-x86_64-linux-gnu)
48+
google-protobuf (4.32.1-x86_64-linux-gnu)
4949
bigdecimal
5050
rake (>= 13)
51-
google-protobuf (4.33.1-x86_64-linux-musl)
51+
google-protobuf (4.32.1-x86_64-linux-musl)
5252
bigdecimal
5353
rake (>= 13)
5454
http_parser.rb (0.8.0)
@@ -77,7 +77,7 @@ GEM
7777
sass-embedded (~> 1.75)
7878
jekyll-watch (2.2.1)
7979
listen (~> 3.0)
80-
json (2.17.0)
80+
json (2.15.1)
8181
kramdown (2.5.1)
8282
rexml (>= 3.3.9)
8383
kramdown-parser-gfm (1.1.0)
@@ -89,49 +89,49 @@ GEM
8989
mercenary (0.4.0)
9090
pathutil (0.16.2)
9191
forwardable-extended (~> 2.6)
92-
public_suffix (7.0.0)
93-
rake (13.3.1)
92+
public_suffix (6.0.2)
93+
rake (13.3.0)
9494
rb-fsevent (0.11.2)
9595
rb-inotify (0.11.1)
9696
ffi (~> 1.0)
9797
rexml (3.4.4)
9898
rouge (4.6.1)
9999
safe_yaml (1.0.5)
100-
sass-embedded (1.94.2)
100+
sass-embedded (1.93.2)
101101
google-protobuf (~> 4.31)
102102
rake (>= 13)
103-
sass-embedded (1.94.2-aarch64-linux-android)
103+
sass-embedded (1.93.2-aarch64-linux-android)
104104
google-protobuf (~> 4.31)
105-
sass-embedded (1.94.2-aarch64-linux-gnu)
105+
sass-embedded (1.93.2-aarch64-linux-gnu)
106106
google-protobuf (~> 4.31)
107-
sass-embedded (1.94.2-aarch64-linux-musl)
107+
sass-embedded (1.93.2-aarch64-linux-musl)
108108
google-protobuf (~> 4.31)
109-
sass-embedded (1.94.2-arm-linux-androideabi)
109+
sass-embedded (1.93.2-arm-linux-androideabi)
110110
google-protobuf (~> 4.31)
111-
sass-embedded (1.94.2-arm-linux-gnueabihf)
111+
sass-embedded (1.93.2-arm-linux-gnueabihf)
112112
google-protobuf (~> 4.31)
113-
sass-embedded (1.94.2-arm-linux-musleabihf)
113+
sass-embedded (1.93.2-arm-linux-musleabihf)
114114
google-protobuf (~> 4.31)
115-
sass-embedded (1.94.2-arm64-darwin)
115+
sass-embedded (1.93.2-arm64-darwin)
116116
google-protobuf (~> 4.31)
117-
sass-embedded (1.94.2-riscv64-linux-android)
117+
sass-embedded (1.93.2-riscv64-linux-android)
118118
google-protobuf (~> 4.31)
119-
sass-embedded (1.94.2-riscv64-linux-gnu)
119+
sass-embedded (1.93.2-riscv64-linux-gnu)
120120
google-protobuf (~> 4.31)
121-
sass-embedded (1.94.2-riscv64-linux-musl)
121+
sass-embedded (1.93.2-riscv64-linux-musl)
122122
google-protobuf (~> 4.31)
123-
sass-embedded (1.94.2-x86_64-darwin)
123+
sass-embedded (1.93.2-x86_64-darwin)
124124
google-protobuf (~> 4.31)
125-
sass-embedded (1.94.2-x86_64-linux-android)
125+
sass-embedded (1.93.2-x86_64-linux-android)
126126
google-protobuf (~> 4.31)
127-
sass-embedded (1.94.2-x86_64-linux-gnu)
127+
sass-embedded (1.93.2-x86_64-linux-gnu)
128128
google-protobuf (~> 4.31)
129-
sass-embedded (1.94.2-x86_64-linux-musl)
129+
sass-embedded (1.93.2-x86_64-linux-musl)
130130
google-protobuf (~> 4.31)
131131
terminal-table (3.0.2)
132132
unicode-display_width (>= 1.1.1, < 3)
133133
unicode-display_width (2.6.0)
134-
webrick (1.9.2)
134+
webrick (1.9.1)
135135

136136
PLATFORMS
137137
aarch64-linux-android

0 commit comments

Comments
 (0)