Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Fix because version numbers for my Actions use 'v'
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel F. Dickinson <[email protected]>
  • Loading branch information
danielfdickinson committed Apr 5, 2022
1 parent 7e3bad1 commit 0cef3bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
hugo: ["0.80.0", "0.88.1", "latest"]
steps:
- name: "Build Site with Hugo and Audit"
uses: danielfdickinson/build-audit-action-hugo-dfd@0.2
uses: danielfdickinson/build-audit-action-hugo-dfd@v0.2
with:
hugo-version: ${{ matrix.hugo }}
upload-site-as: unminified-site-${{ matrix.hugo }}
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Validate exampleSite HTML"
uses: danielfdickinson/validate-html-action-hugo-dfd@0.2
uses: danielfdickinson/validate-html-action-hugo-dfd@v0.2
with:
download-site-as: unminified-site-${{ matrix.hugo }}
check-links:
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Check internal links"
uses: danielfdickinson/link-check-action-hugo-dfd@0.2
uses: danielfdickinson/link-check-action-hugo-dfd@v0.2
with:
canonical-root: https://example.com/
download-site-as: unminified-site-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly-external-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Build Site with Hugo and Audit"
uses: danielfdickinson/build-audit-action-hugo-dfd@0.2
uses: danielfdickinson/build-audit-action-hugo-dfd@v0.2
with:
upload-site-as: unminified-site
use-lfs: false
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run hugo-action-check-links
uses: danielfdickinson/link-check-action-hugo-dfd@0.2
uses: danielfdickinson/link-check-action-hugo-dfd@v0.2
with:
canonical-root: https://example.com/
check-external: true
Expand Down

0 comments on commit 0cef3bb

Please sign in to comment.