File tree Expand file tree Collapse file tree 4 files changed +126
-103
lines changed Expand file tree Collapse file tree 4 files changed +126
-103
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " r.obin.ch " : patch
3
+ ---
4
+
5
+ Upgrade dependencies
Original file line number Diff line number Diff line change @@ -29,14 +29,16 @@ jobs:
29
29
- name : Checkout
30
30
uses : actions/checkout@v4
31
31
with :
32
- ref : ${{ inputs.ref }}
32
+ ref : master
33
+ # Fetch all history for tags
34
+ # https://github.com/actions/checkout/issues/1471#issuecomment-1755639487
35
+ fetch-depth : 0
36
+ filter : tree:0
33
37
34
- - name : Checkout src/ content from master
38
+ - name : Replace everything but content with current release
35
39
run : |
36
- git sparse-checkout init --cone
37
- git sparse-checkout set src/content
38
- git fetch origin master
39
- git checkout origin/master -- src/content
40
+ git worktree add ../release tags/${{ inputs.ref }}
41
+ rsync -a --exclude '.git' --exclude 'src/content' --delete ../release/ ./
40
42
41
43
- name : Setup pnpm
42
44
uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 31
31
"@astrojs/mdx" : " ^4.0.3" ,
32
32
"@astrojs/rss" : " ^4.0.10" ,
33
33
"@astrojs/sitemap" : " ^3.2.1" ,
34
- "@fontsource/ibm-plex-mono" : " ^5.1.0 " ,
35
- "@fontsource/poppins" : " ^5.1.0 " ,
36
- "@fontsource/rajdhani" : " ^5.1.0 " ,
34
+ "@fontsource/ibm-plex-mono" : " ^5.1.1 " ,
35
+ "@fontsource/poppins" : " ^5.1.1 " ,
36
+ "@fontsource/rajdhani" : " ^5.1.1 " ,
37
37
"astro" : " ^5.1.1" ,
38
38
"favicons" : " ^7.2.0" ,
39
39
"limax" : " ^4.1.0" ,
47
47
"devDependencies" : {
48
48
"@changesets/cli" : " ^2.27.11" ,
49
49
"@types/mdast" : " ^4.0.4" ,
50
- "@types/node" : " ^22.10.2 " ,
50
+ "@types/node" : " ^22.10.3 " ,
51
51
"@vitest/coverage-v8" : " 2.1.8" ,
52
52
"prettier" : " ^3.4.2" ,
53
53
"prettier-plugin-astro" : " ^0.14.1" ,
You can’t perform that action at this time.
0 commit comments