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

Commit

Permalink
Update readme for removal of 'actions-workspace'
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
  • Loading branch information
danielfdickinson committed Sep 11, 2023
1 parent 7ec14a4 commit 431bbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,17 @@ jobs:
build-unminified-site:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: "Créer site avec Hugo et auditer"
uses: wildtechgarden/audit-build-action-hugo-dfd@main
with:
base-url: "https://www.example.com/"
build-for-downstream: "true"
source-directory: échantillon
use-lfs: false
- uses: actions/checkout@v3
with:
path: validate-html-action
- name: "Vérifier HTML de site"
uses: wildtechgarden/validator-html-action@main
with:
action-workspace: ${{ github.workspace }}/validate-html-action
use-existing-workspace: "true"
```
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,17 @@ jobs:
build-unminified-site:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: "Build site with Hugo and audit"
uses: wildtechgarden/audit-build-action-hugo-dfd@main
with:
base-url: "https://www.example.com/"
build-for-downstream: "true"
source-directory: exampleSite
use-lfs: false
- uses: actions/checkout@v3
with:
path: validate-html-action
- name: "Validate HTML of statically generated website"
uses: wildtechgarden/validator-html-action@main
with:
action-workspace: ${{ github.workspace }}/validate-html-action
use-existing-workspace: "true"
```
Expand Down

0 comments on commit 431bbd3

Please sign in to comment.