Skip to content

Commit

Permalink
fix(actions): fix job summary step in publish (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
beiertu-mms authored Dec 19, 2023
1 parent eb2de57 commit d7a4c6d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
uses: actions/deploy-pages@v3

- run: |
IFS='' read -r -d '' "$GITHUB_STEP_SUMMARY" <<"EOF"
\## Deployment information
Url: ${{ steps.deployment.outputs.page_url }}
EOF
{
echo "result<<EOF"
echo "## Deployment information"
echo "Deploy to: ${{ steps.deployment.outputs.page_url }}"
echo "EOF"
} >> "$GITHUB_STEP_SUMMARY"

0 comments on commit d7a4c6d

Please sign in to comment.