CI: Trying to fix git permission errors
This commit is contained in:
parent
9cbc7ec436
commit
85c3b7d48d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy_site.yaml
vendored
3
.github/workflows/deploy_site.yaml
vendored
|
@ -16,11 +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
|
||||||
|
with:
|
||||||
|
path: /src
|
||||||
|
|
||||||
- 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