CI: Trying to fix git permission errors
This commit is contained in:
parent
264184c323
commit
9cbc7ec436
1 changed files with 1 additions and 3 deletions
4
.github/workflows/deploy_site.yaml
vendored
4
.github/workflows/deploy_site.yaml
vendored
|
@ -16,14 +16,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://hugomods/hugo:ci
|
image: docker://hugomods/hugo:ci
|
||||||
|
options: --user 1001
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Fix git ownership
|
|
||||||
run: git config --global --add safe.directory /__w/korhonen.cc/korhonen.cc
|
|
||||||
|
|
||||||
- name: Add extra dependencies
|
- name: Add extra dependencies
|
||||||
run: apk add ruby-rouge
|
run: apk add ruby-rouge
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue