Skip to content

Commit

Permalink
Fixed powershell command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darrelmiller committed Jun 10, 2024
1 parent 14cc1e6 commit a8f3499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: 20
- run: npm install respec
- name: Generate Editors draft
shell: powershell
shell: pwsh
run: ./scripts/generate.ps1
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit a8f3499

Please sign in to comment.