Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from escemi-tech/fix/github-pages-build
Browse files Browse the repository at this point in the history
fix(docs): fix readme to be built by Jekyll
  • Loading branch information
neilime authored Feb 13, 2022
2 parents 8d2a2f8 + f9ad267 commit c950ed2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,7 @@ steps:
steps:
- uses: escemi-tech/actions-node@main
with:
build: |
${{ toJson(fromJson('{
"env": {
"NODE_ENV": "production"
}
}')) }}
build: '{ "env": { "NODE_ENV": "production" } }'
```

<!-- start outputs -->
Expand Down

0 comments on commit c950ed2

Please sign in to comment.