Skip to content

Commit

Permalink
Fix ownership issue in build-test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Jacob Woffenden authored Feb 21, 2024
1 parent e042672 commit 1e64810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: test
shell: bash
run: |
chown --recursive 1000:1000 ${GITHUB_WORKSPACE}/test
sudo chown --recursive 1000:1000 ${GITHUB_WORKSPACE}/test
docker run --rm \
--volume ${GITHUB_WORKSPACE}/test:/publisher \
ghcr.io/ministryofjustice/tech-docs-github-pages-publisher:latest /usr/local/bin/td-package

0 comments on commit 1e64810

Please sign in to comment.