Skip to content

Commit

Permalink
minor change [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
UnresolvedCold committed Feb 7, 2024
1 parent 1c2e6b1 commit f5d13a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
.github/*
.vscode/*
**/*.sh
org/**
- name: List of new blogs
id: new-blogs
run: |
Expand All @@ -78,6 +79,7 @@ jobs:
# rawnewblogs=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${rawnewblogs[@]}")
echo "newblogs=${newblogs}"
echo "rawnewblogs=${rawnewblogs}"
echo "Will be deployed: ${{ steps.enable-deploy.outputs.any_changed }}"
echo "newblogs=${newblogs}" >> $GITHUB_OUTPUT
echo "rawnewblogs=${rawnewblogs[@]}" >> $GITHUB_OUTPUT
build:
Expand Down

0 comments on commit f5d13a2

Please sign in to comment.