Prepare for PR
Jekyll / jekyll (push) Failing after 16s
Details
Jekyll / jekyll (push) Failing after 16s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
f9eab1ff6a
commit
d3a5b93704
|
@ -1,6 +1,7 @@
|
|||
name: Jekyll
|
||||
run-name: ${{ gitea.actor }} is running some Gitea Actions 🚀
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
_UID: 1000
|
||||
|
@ -9,11 +10,11 @@ jobs:
|
|||
jekyll:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
- name: Check out repository
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Fix file permissions
|
||||
id: fix_permissions
|
||||
- name: Change file ownership
|
||||
id: file_ownership
|
||||
run: |
|
||||
chown -R ${_UID}:${_GID} .
|
||||
- name: Install docker
|
||||
|
|
Loading…
Reference in New Issue