Skip to content

Commit

Permalink
Make button link, stylize
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa committed Nov 19, 2024
1 parent da32974 commit 7b10a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview_button.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

jobs:
pa11y:
button:
runs-on: ubuntu-latest

permissions:
Expand All @@ -28,7 +28,7 @@ jobs:
if [ -n "${{ vars.BASE_URL }}" ] ; then
echo "${{ vars.BASE_URL }}"
else
echo "https://federalist-a2423046-fe43-4e75-a2ef-2651e5e123ca.sites.pages.cloud.gov/preview/gsa-tts/tts.gsa.gov/"
echo "<a href='https://federalist-a2423046-fe43-4e75-a2ef-2651e5e123ca.sites.pages.cloud.gov/preview/gsa-tts/tts.gsa.gov/' target='_blank' rel='noopener' style='width: -moz-fit-content; width: fit-content; background: #005ea2; border: 0; border-radius: .25rem .25rem 0 0; cursor: pointer; display: inline-block; font-weight: 700; margin-right: .5rem; padding: .75rem 1.25rem; text-align: center; position: fixed; bottom: 0; right: 0; color: #fff; text-decoration: none; letter-spacing: .5px; z-index: 10'>Preview this branch</a>"

Check failure on line 31 in .github/workflows/preview_button.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

31:501 [line-length] line too long (543 > 500 characters)
fi
echo -n "URL_PATH="
Expand Down

0 comments on commit 7b10a89

Please sign in to comment.