Skip to content

Commit f4e2450

Browse files
committed
👷 Debug command path
1 parent ffc20cb commit f4e2450

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
shell: pwsh
3636
run: |
3737
Install-Module SqlServer -Repository PSGallery -Scope CurrentUser -Force
38-
$env:Path += [io.path]::PathSeparator + "$PWD"
39-
"Path:"
40-
$env:Path -split [io.path]::PathSeparator
38+
$env:Path = "$PWD"
39+
Get-Command Get-Unicode.ps1
4140
./Export-Readme.ps1
4241
- name: Build with Jekyll
4342
uses: actions/jekyll-build-pages@v1

0 commit comments

Comments
 (0)