Skip to content

Commit

Permalink
Update commands.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 authored Dec 8, 2023
1 parent 36d4afe commit f06b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: change
run: |
echo 'logs<<EOF' >> "$GITHUB_OUTPUT"
node scripts/add-new-theme.cjs "$(jq <<< "$THEMEINFO" ".$PROP=$GOOD")" &>> "$GITHUB_OUTPUT"
node scripts/add-new-theme.cjs "$(jq <<< "$THEMEINFO" ".$PROP=$GOOD" 2>>"$GITHUB_OUTPUT")" &>> "$GITHUB_OUTPUT"
echo '==============================' &>> "$GITHUB_OUTPUT"
cat themes.new.json | jq --tab . | tee src/themes.json &>> "$GITHUB_OUTPUT"
echo >> "$GITHUB_OUTPUT" # ensure newline at the end
Expand Down

1 comment on commit f06b6fc

@vercel
Copy link

@vercel vercel bot commented on f06b6fc Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chess-no-25-docs – ./

chess-no-25-docs-romw314.vercel.app
chess-no-25-docs-git-master-romw314.vercel.app
chess-no-25-docs.vercel.app

Please sign in to comment.