Compare commits
No commits in common. "d7045e0bee8047b8908437363e36878fd8a18a65" and "dcef8fc691bfa0589fd0c97abdd0d7c429176d72" have entirely different histories.
d7045e0bee
...
dcef8fc691
@ -29,12 +29,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: 'pages'
|
ref: 'pages'
|
||||||
path: '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
|
- name: Cleanup Pages Branch
|
||||||
run: |
|
run: |
|
||||||
cd pages
|
cd pages
|
||||||
git config user.name "${{ gitea.actor }}"
|
git rm --cached -r update_cloudflare_dns.py domains.yaml .domains || true
|
||||||
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"
|
git commit -m "Remove ignored files from Jekyll site"
|
||||||
cd ..
|
cd ..
|
||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
@ -64,8 +66,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd pages
|
cd pages
|
||||||
cp ../.domains ./.domains
|
cp ../.domains ./.domains
|
||||||
git config user.name "${{ gitea.actor }}"
|
|
||||||
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online"
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "jekyll build from Action ${GITHUB_SHA}"
|
git commit -m "jekyll build from Action ${GITHUB_SHA}"
|
||||||
git push
|
git push
|
||||||
|
Reference in New Issue
Block a user