Skip to content

Commit

Permalink
📝 (main.yaml): add spacing for better readability in GitHub Actions w…
Browse files Browse the repository at this point in the history
…orkflow

🐛 (single.html): correct spelling of 'Business' in HTML templates

Add blank lines in the GitHub Actions workflow file to improve readability and maintainability. Correct the spelling of 'Business' in HTML templates to ensure professionalism and accuracy in the user interface. These changes enhance code clarity and user experience.
  • Loading branch information
MrHinsh committed Nov 15, 2024
1 parent 4bbae77 commit 044c5ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,15 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)

- name: getEpisodeList.ps1
run: |
./.powershell/getEpisodeList.ps1
shell: pwsh
env:
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}

- uses: cschleiden/replace-tokens@v1
with:
files: '["**/*.html", "**/*.yaml"]'
Expand All @@ -191,11 +193,13 @@ jobs:
GitVersion.SemVer: ${{ needs.Setup.outputs.GitVersion_SemVer }}
AgileActually_AzureSitesConfig: ${{ needs.Setup.outputs.AgileActually_AzureSitesConfig }}
PR_Number: ${{ github.event.number }}

- uses: igsekor/[email protected]
id: spellcheck
name: Spellcheck
with:
args: --report report.json

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h5 class="accent-color border-bottom border-accent-color pb-2 font-1 fw-bold">C
<li>
<div class="d-flex flex-row align-items-center gap-2">
<i class="fa-solid fa-circle-arrow-right accent-color"></i>
<a href="" class="link-white">Bussiness</a>
<a href="" class="link-white">Business</a>
</div>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/podcasts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h5 class="accent-color border-bottom border-accent-color pb-2 font-1 fw-bold">C
<li>
<div class="d-flex flex-row align-items-center gap-2">
<i class="fa-solid fa-circle-arrow-right accent-color"></i>
<a href="" class="link-white">Bussiness</a>
<a href="" class="link-white">Business</a>
</div>
</li>
<li>
Expand Down

0 comments on commit 044c5ce

Please sign in to comment.