Commit 8e7fbf5 1 parent 97365a8 commit 8e7fbf5 Copy full SHA for 8e7fbf5
File tree 4 files changed +8
-32
lines changed
4 files changed +8
-32
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Deploy
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - goshujin
6
6
7
7
jobs :
8
8
deploy :
Original file line number Diff line number Diff line change 9
9
matrix :
10
10
branch :
11
11
- ${{ github.head_ref }}
12
- - " master "
12
+ - " goshujin "
13
13
14
14
permissions :
15
15
contents : read
@@ -49,13 +49,13 @@ jobs:
49
49
name : coverage-${{ github.head_ref }}
50
50
path : coverage
51
51
52
- - name : " Download master coverage artifacts"
52
+ - name : " Download goshujin coverage artifacts"
53
53
uses : actions/download-artifact@v4
54
54
with :
55
- name : coverage-master
56
- path : coverage-master
55
+ name : coverage-goshujin
56
+ path : coverage-goshujin
57
57
58
58
- name : " Report Coverage"
59
59
uses : davelosert/vitest-coverage-report-action@v2
60
60
with :
61
- json-summary-compare-path : coverage-master /coverage-summary.json
61
+ json-summary-compare-path : coverage-goshujin /coverage-summary.json
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This is a wrapper script to make it easier to use our pastebin.
11
11
** Installation** : download ` pb ` to your ` PATH ` and give it execution permission. For example:
12
12
13
13
``` shell
14
- $ wget https://github.com/SharzyL/pastebin-worker/raw/master /scripts/pb
14
+ $ wget https://github.com/SharzyL/pastebin-worker/raw/goshujin /scripts/pb
15
15
$ install -Dm755 pb ~ /.local/bin
16
16
```
17
17
@@ -71,27 +71,3 @@ Options:
71
71
-v, --verbose display the 'underlying' curl command
72
72
-d, --dry do a dry run, executing no 'curl' command at all
73
73
```
74
-
75
- ## ` deploy-static.sh `
76
-
77
- Deploy html files to Cloudflare KV storage. The map of KV storage key and web page is recorded in ` src/staticPages.js ` . Usage:
78
-
79
- ``` shell
80
- deploy-static.sh [--preview] [< file-name> ...]
81
- ```
82
-
83
- ## ` md2html.sh `
84
-
85
- Convert markdown to HTML, with a GitHub style CSS. Usage:
86
-
87
- ``` shell
88
- md2html.sh < markdown-file> < html-file> < page-title>
89
- ```
90
-
91
- ## ` post-commit `
92
-
93
- A git hook that deploy the code after each commit on ` master ` branch.
94
-
95
- ## ` render.js `
96
-
97
- A wrapper to render [ LiquidJS] ( https://liquidjs.com ) template file.
Original file line number Diff line number Diff line change 1
1
# fish-shell completions for pb
2
- # See: https://github.com/SharzyL/pastebin-worker/tree/master /scripts
2
+ # See: https://github.com/SharzyL/pastebin-worker/tree/goshujin /scripts
3
3
4
4
set -l commands p post u update g get d delete
5
5
You can’t perform that action at this time.
0 commit comments