Prepare for PR
Jekyll / jekyll (push) Failing after 16s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 14:09:30 +02:00
parent f9eab1ff6a
commit d3a5b93704
1 changed files with 6 additions and 5 deletions

View File

@ -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