Skip to content

Commit b3f234e

Browse files
committed
👷 Add missing dependency for readme generation
1 parent 8e4559f commit b3f234e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Update readme
3434
continue-on-error: true
3535
shell: pwsh
36-
run: ./Export-Readme.ps1
36+
run: Install-Module SqlServer -Repository PSGallery -Scope CurrentUser -Force ; ./Export-Readme.ps1
3737
- name: Build with Jekyll
3838
uses: actions/jekyll-build-pages@v1
3939
with:

0 commit comments

Comments
 (0)