We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f66e6f commit 7599a82Copy full SHA for 7599a82
2 files changed
‎.github/workflows/ci.yml‎
@@ -21,5 +21,5 @@ jobs:
21
dry: true
22
23
- name: PSScriptAnalyzer Action
24
- run: ./scripts/Run-ScriptAnalyzer.ps1 -CI
+ run: ./Scripts/Run-ScriptAnalyzer.ps1 -CI
25
shell: pwsh
‎.github/workflows/docs.yml‎
@@ -31,7 +31,7 @@ jobs:
31
run: pip install -r ./Wiki/requirements.txt
32
33
- name: 📚 Build Docs
34
- run: ./scripts/Build-MkDocs.ps1
+ run: ./Scripts/Build-MkDocs.ps1
35
36
37
- name: 🧪 Set Artifact Name
0 commit comments