File tree Expand file tree Collapse file tree 6 files changed +37
-4
lines changed Expand file tree Collapse file tree 6 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 30
30
markdownlint \
31
31
-f \
32
32
-o markdownlint_report.log \
33
+ --ignore-path .markdownlintignore \
33
34
'**/*.md'
34
35
35
36
- name : Print summary
49
50
exit_code=0
50
51
51
52
# check character count
52
- for file in $(find ./commands -type f -name '*.md'); do
53
+ for file in $(find ./docs -type f -name '*.md'); do
53
54
echo "Checking $file"
54
55
char_count=$(wc -c <"$file")
55
56
echo "Character count: $char_count"
Original file line number Diff line number Diff line change 6
6
branches :
7
7
- master
8
8
paths :
9
- - commands /**
9
+ - docs /**
10
10
- .github/workflows/publish-wiki.yml
11
11
12
12
concurrency :
@@ -17,7 +17,7 @@ permissions:
17
17
contents : write
18
18
19
19
jobs :
20
- validate :
20
+ publish :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout
26
26
- name : Publish wiki
27
27
uses : Andrew-Chen-Wang/github-wiki-action@v4
28
28
with :
29
- path : commands /
29
+ path : docs /
Original file line number Diff line number Diff line change
1
+ docs /_Footer.md
Original file line number Diff line number Diff line change
1
+ # support-bot-commands wiki
2
+
3
+ This is a collection of slash commands for our [ support-bot] ( https://github.com/LizardByte/support-bot ) .
4
+
5
+ The support bot dynamically loads slash commands from here. To contribute, submit a pull request to
6
+ [ support-bot-commands] ( https://github.com/LizardByte/support-bot-commands ) .
Original file line number Diff line number Diff line change
1
+ # Sponsor
2
+
3
+ <a href =" https://github.com/sponsors/LizardByte " >
4
+ <img src="https://avatars.githubusercontent.com/u/84790584?s=64&v=4" alt="GitHub Sponsors" width="24" height="24">
5
+ <span>GitHub Sponsors</span>
6
+ </a >
7
+ <br >
8
+
9
+ <a href =" https://patreon.com/LizardByte " >
10
+ <img src="https://github.githubassets.com/assets/patreon-96b15b9db4b9.svg" alt="Patreon" width="24" height="24">
11
+ <span>Patreon</span>
12
+ </a >
13
+ <br >
14
+
15
+ <a href =" https://mee6.xyz/m/804382334370578482 " >
16
+ <img src="https://mee6.xyz/assets/favicon-f1853cdc.png" alt="MEE6" width="24" height="24">
17
+ <span>MEE6</span>
18
+ </a >
19
+ <br >
20
+
21
+ <a href =" https://paypal.me/ReenigneArcher " >
22
+ <img src="https://www.paypalobjects.com/paypal-ui/logos/svg/paypal-mark-color.svg" alt="PayPal" width="24" height="24">
23
+ <span>PayPal</span>
24
+ </a >
25
+ <br >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments