Merge pull request 'Fixing jekyll again' (#3) from dev into main
Reviewed-on: #3
This commit is contained in:
commit
d7045e0bee
@ -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
|
||||
|
Reference in New Issue
Block a user