Skip to content

Commit ffc20cb

Browse files
committed
👷 Debug action path
1 parent 76ae5f0 commit ffc20cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: |
3737
Install-Module SqlServer -Repository PSGallery -Scope CurrentUser -Force
3838
$env:Path += [io.path]::PathSeparator + "$PWD"
39+
"Path:"
40+
$env:Path -split [io.path]::PathSeparator
3941
./Export-Readme.ps1
4042
- name: Build with Jekyll
4143
uses: actions/jekyll-build-pages@v1

0 commit comments

Comments
 (0)