diff options
| author | seth <[email protected]> | 2023-03-17 07:51:25 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-17 07:51:25 -0400 |
| commit | e7d68b8839a0414111879ee6d3a78552afce489e (patch) | |
| tree | ea797129fc759a230cff81dfb6b89d6aff9cc17d /.github | |
| parent | 1d803cefbf5ffe4c51614e01448b742767110112 (diff) | |
fix(actions): use sed -i
Diffstat (limited to '.github')
| -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 45011c4..691cf6c 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/" src/_includes/layouts/base.njk + sed -i "s/commit:/commit: $GITHUB_SHA/" src/_includes/layouts/base.njk deno task build - name: setup pages |
