diff options
| author | seth <[email protected]> | 2023-03-17 07:42:13 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-17 07:42:13 -0400 |
| commit | 1d803cefbf5ffe4c51614e01448b742767110112 (patch) | |
| tree | f4e0a4654bd9d6530b0b1f9a899e361c81339e12 | |
| parent | 74e5fd4f4d0bf40cb682ff48973fdd41d86f747b (diff) | |
fix(actions): run sed on correct file path
| -rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 77ed4be..45011c4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: - name: build site run: | - sed "s/commit:/commit: $GITHUB_SHA/" _includes/layouts/base.njk + sed "s/commit:/commit: $GITHUB_SHA/" src/_includes/layouts/base.njk deno task build - name: setup pages |
