Merge pull request 'Fixing jekyll again' (#3) from dev into main
Some checks failed
Update Cloudflare DNS / update-dns (push) Successful in 37s
Deploy Jekyll site to Pages / build (push) Failing after 6m0s

Reviewed-on: #3
This commit is contained in:
Florian Weber 2025-03-02 23:28:33 +00:00
commit d7045e0bee

View File

@ -29,14 +29,12 @@ jobs:
with:
ref: 'pages'
path: 'pages'
- name: Setup git
run: |
git config user.name "${{ gitea.actor }}"
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online"
- name: Cleanup Pages Branch
run: |
cd pages
git rm --cached -r update_cloudflare_dns.py domains.yaml .domains || true
git config user.name "${{ gitea.actor }}"
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online"
git rm --cached -r update_cloudflare_dns.py domains.yaml || true
git commit -m "Remove ignored files from Jekyll site"
cd ..
- name: Setup Ruby
@ -66,6 +64,8 @@ jobs:
run: |
cd pages
cp ../.domains ./.domains
git config user.name "${{ gitea.actor }}"
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online"
git add .
git commit -m "jekyll build from Action ${GITHUB_SHA}"
git push