This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
-
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.
Signed-off-by: Daniel F. Dickinson <[email protected]>
- Loading branch information
1 parent
c964f3e
commit 8e9f3d8
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
hugo: ["0.80.0", "0.88.1", "latest"] | ||
steps: | ||
- name: "Build Site with Hugo and Audit" | ||
uses: danielfdickinson/[email protected].0 | ||
uses: danielfdickinson/[email protected].1-beta.1 | ||
with: | ||
hugo-version: ${{ matrix.hugo }} | ||
upload-site-as: unminified-site-${{ matrix.hugo }} | ||
|
@@ -53,7 +53,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: "Validate exampleSite HTML" | ||
uses: danielfdickinson/[email protected].1 | ||
uses: danielfdickinson/[email protected].2-beta.4 | ||
with: | ||
download-site-as: unminified-site-${{ matrix.hugo }} | ||
check-links: | ||
|
@@ -62,7 +62,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: "Check internal links" | ||
uses: danielfdickinson/[email protected].3 | ||
uses: danielfdickinson/[email protected].5-beta.2 | ||
with: | ||
canonical-root: https://example.com/ | ||
download-site-as: unminified-site-latest | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: "Build Site with Hugo and Audit" | ||
uses: danielfdickinson/[email protected].0 | ||
uses: danielfdickinson/[email protected].1-beta.1 | ||
with: | ||
upload-site-as: unminified-site | ||
use-lfs: false | ||
|
@@ -19,7 +19,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Run hugo-action-check-links | ||
uses: danielfdickinson/[email protected].3 | ||
uses: danielfdickinson/[email protected].5-beta.2 | ||
with: | ||
canonical-root: https://example.com/ | ||
check-external: true | ||
|