Fixing jekyll again #3
@ -29,14 +29,12 @@ 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 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"
|
git commit -m "Remove ignored files from Jekyll site"
|
||||||
cd ..
|
cd ..
|
||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
@ -66,6 +64,8 @@ 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