Skip to content

Commit

Permalink
Update deploy-website.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <[email protected]>
  • Loading branch information
DaveSkender authored Jan 6, 2025
1 parent 7fd90df commit 88f9274
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
id: marker
run: echo "version=$(date +'%Y.%m.%d')-${{ github.run_number }}" >> $GITHUB_OUTPUT

- name: Summary output
run: |
{
echo "| Info | Value |"
echo "| :--- | :---- |"
echo "| Version | ${{ steps.marker.outputs.version }} |"
} >> $GITHUB_STEP_SUMMARY
build-backend:
name: Build backend
runs-on: ubuntu-latest
Expand Down

0 comments on commit 88f9274

Please sign in to comment.