next try for publishing
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m40s

This commit is contained in:
2024-11-13 16:52:12 +01:00
parent 46b6d65429
commit 88445429f8
2 changed files with 2 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ jobs:
- name: push pages
run: |
cd pages && \
cp ../.domains ./.domains && \
git config user.name "${{ gitea.actor }}" && \
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online" && \
git add . && \