Skip to content

Commit 1ec1dc1

Browse files
committed
fix(ci): incorrect syntax
1 parent 092d52e commit 1ec1dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Install Dependencies
27-
uses: pwsh
27+
shell: pwsh
2828
run: |
2929
Install-Module Alt3.Docusaurus.Powershell -Scope CurrentUser -Force
3030
Install-Module platyPS -Scope CurrentUser -Force

0 commit comments

Comments
 (0)