Skip to content

Commit

Permalink
bold not italic
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 19, 2024
1 parent c4e13d8 commit 921595a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
| Name | Link |
|---------------------------------|------------------------|
| *Latest commit* | ${{ env.LATEST_COMMIT }} |
| *Latest deploy log* | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| **Latest commit** | ${{ env.LATEST_COMMIT }} |
| **Latest deploy log** | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
---
- name: Install rust toolchain
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
| Name | Link |
|---------------------------------|------------------------|
| *Latest commit* | ${{ env.LATEST_COMMIT }} |
| *Latest deploy log* | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| *Deploy Preview Url* | [${{ steps.deploy.outputs.pages-deployment-alias-url }}](${{ steps.deploy.outputs.pages-deployment-alias-url }}) |
| **Latest commit** | ${{ env.LATEST_COMMIT }} |
| **Latest deploy log** | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| **Deploy Preview Url** | [${{ steps.deploy.outputs.pages-deployment-alias-url }}](${{ steps.deploy.outputs.pages-deployment-alias-url }}) |
---

0 comments on commit 921595a

Please sign in to comment.