Compare commits

..

5 Commits

Author SHA1 Message Date
a683f970ad Merge pull request 'Added jekyll readme index plugin and added TOS and Disclaimer' (#7) from dev into main
All checks were successful
Update Cloudflare DNS / update-dns (push) Successful in 33s
Deploy Jekyll site to Pages / build (push) Successful in 4m19s
Reviewed-on: #7
2025-03-03 00:10:53 +00:00
4ae1c2cd4a Merge pull request 'reverted broken cache' (#6) from dev into main
All checks were successful
Update Cloudflare DNS / update-dns (push) Successful in 30s
Deploy Jekyll site to Pages / build (push) Successful in 4m47s
Reviewed-on: #6
2025-03-02 23:58:12 +00:00
5044d3962c Merge pull request 'last try for today' (#5) from dev into main
Some checks failed
Update Cloudflare DNS / update-dns (push) Successful in 27s
Deploy Jekyll site to Pages / build (push) Failing after 5m21s
Reviewed-on: #5
2025-03-02 23:51:43 +00:00
18b9869517 Merge pull request 'dev' (#4) from dev into main
Some checks failed
Update Cloudflare DNS / update-dns (push) Successful in 41s
Deploy Jekyll site to Pages / build (push) Failing after 7m34s
Reviewed-on: #4
2025-03-02 23:41:37 +00:00
d7045e0bee 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
2025-03-02 23:28:33 +00:00
2 changed files with 8 additions and 18 deletions

View File

@@ -31,14 +31,14 @@ jobs:
ref: 'pages'
path: 'pages'
# - 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 *.md || true
# git commit -m "Remove ignored files from Jekyll site"
# cd ..
- 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 commit -m "Remove ignored files from Jekyll site"
cd ..
- name: Setup Ruby
run: |

View File

@@ -11,13 +11,3 @@ remote_theme: pages-themes/midnight@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-readme-index
defaults:
- scope:
path: "README.md"
values:
layout: "default"
title: "Morlana.page Documentation"
include:
- "README.md"