CI: trying to fix git ownership
This commit is contained in:
parent
85c3b7d48d
commit
7de59f4d35
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy_site.yaml
vendored
3
.github/workflows/deploy_site.yaml
vendored
|
@ -29,6 +29,9 @@ jobs:
|
|||
- name: Install NPM packages
|
||||
run: npm install
|
||||
|
||||
- name: Fix git ownership
|
||||
run: chown -R $(id -u):$(id -g) $PWD
|
||||
|
||||
- name: Run Hugo
|
||||
run: hugo --gc --minify -d /public
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue