Skip to content

Commit 7599a82

Browse files
committed
🔃 try fix pwsh scripts in ci
1 parent 8f66e6f commit 7599a82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
dry: true
2222

2323
- name: PSScriptAnalyzer Action
24-
run: ./scripts/Run-ScriptAnalyzer.ps1 -CI
24+
run: ./Scripts/Run-ScriptAnalyzer.ps1 -CI
2525
shell: pwsh

‎.github/workflows/docs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pip install -r ./Wiki/requirements.txt
3232

3333
- name: 📚 Build Docs
34-
run: ./scripts/Build-MkDocs.ps1
34+
run: ./Scripts/Build-MkDocs.ps1
3535
shell: pwsh
3636

3737
- name: 🧪 Set Artifact Name

0 commit comments

Comments
 (0)