-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 (main.yaml): add spacing for better readability in GitHub Actions w…
…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
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"]' | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters