Skip to content

Commit 07d815e

Browse files
committed
👷 Add scirpts to path to update readme
1 parent b3f234e commit 07d815e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
- name: Update readme
3434
continue-on-error: true
3535
shell: pwsh
36-
run: Install-Module SqlServer -Repository PSGallery -Scope CurrentUser -Force ; ./Export-Readme.ps1
36+
run: |
37+
Install-Module SqlServer -Repository PSGallery -Scope CurrentUser -Force
38+
$env:Path += ";$PWD"
39+
./Export-Readme.ps1
3740
- name: Build with Jekyll
3841
uses: actions/jekyll-build-pages@v1
3942
with:

0 commit comments

Comments
 (0)