Skip to content

Commit

Permalink
Merge pull request #138 from handrews/fix2
Browse files Browse the repository at this point in the history
Try quoting to fix mysterious yaml error
  • Loading branch information
darrelmiller authored Jun 16, 2024
2 parents 19b5959 + e372c38 commit 4ae786e
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 @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: >=20.12.1
node-version: ">=20.12.1"
- run: npm install
- name: Generate Editors draft
shell: pwsh
Expand Down

0 comments on commit 4ae786e

Please sign in to comment.