Skip to content

Commit 3b76b30

Browse files
🩹 [Patch]: Add PSModule workflow configuration and update mkdocs settings
1 parent 41ed68a commit 3b76b30

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

‎.github/PSModule.yml‎

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# This file is used to configure the Process-PSModule workflow.
2+
# Reference:
3+
# - https://github.com/PSModule/Process-PSModule?tab=readme-ov-file#configuration
4+
5+
# The template comes with all the default values, so you can update the ones you want to change, and remove the ones you don't. Including this comment.
6+
Name: null
7+
8+
Build:
9+
Skip: false
10+
Module:
11+
Skip: false
12+
Docs:
13+
Skip: false
14+
Site:
15+
Skip: false
16+
17+
Test:
18+
Skip: false
19+
Linux:
20+
Skip: false
21+
MacOS:
22+
Skip: false
23+
Windows:
24+
Skip: false
25+
SourceCode:
26+
Skip: false
27+
Linux:
28+
Skip: false
29+
MacOS:
30+
Skip: false
31+
Windows:
32+
Skip: false
33+
PSModule:
34+
Skip: false
35+
Linux:
36+
Skip: false
37+
MacOS:
38+
Skip: false
39+
Windows:
40+
Skip: false
41+
Module:
42+
Skip: false
43+
Linux:
44+
Skip: false
45+
MacOS:
46+
Skip: false
47+
Windows:
48+
Skip: false
49+
TestResults:
50+
Skip: false
51+
CodeCoverage:
52+
Skip: false
53+
PercentTarget: 0
54+
StepSummaryMode: 'Missed, Files'
55+
56+
Publish:
57+
Module:
58+
Skip: false
59+
AutoCleanup: true
60+
AutoPatching: true
61+
IncrementalPrerelease: true
62+
DatePrereleaseFormat: ''
63+
VersionPrefix: 'v'
64+
MajorLabels: 'major, breaking'
65+
MinorLabels: 'minor, feature'
66+
PatchLabels: 'patch, fix'
67+
IgnoreLabels: 'NoRelease'

‎.github/mkdocs.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The '-{{ ... }}-'' are variables that are replaced during deployment, so no need to change.
2+
# Rest of the settings can be changed as per your requirements.
3+
#
4+
# References:
5+
# - https://squidfunk.github.io/mkdocs-material/setup/
6+
17
site_name: -{{ REPO_NAME }}-
28
theme:
39
name: material

0 commit comments

Comments
 (0)