Compare commits

..

No commits in common. "d7045e0bee8047b8908437363e36878fd8a18a65" and "dcef8fc691bfa0589fd0c97abdd0d7c429176d72" have entirely different histories.

View File

@ -29,12 +29,14 @@ 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 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 rm --cached -r update_cloudflare_dns.py domains.yaml .domains || true
git commit -m "Remove ignored files from Jekyll site"
cd ..
- name: Setup Ruby
@ -64,8 +66,6 @@ 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