remove github metadata
All checks were successful
/ build (push) Successful in 35s

this confuses the mirror
This commit is contained in:
gloriousbreak 2025-05-26 00:57:19 -04:00
parent c4407620e3
commit 8a033857a3
Signed by: gloriousbreak
GPG key ID: 690D1CF8558DC313
4 changed files with 0 additions and 27 deletions

4
.github/FUNDING.yml vendored
View file

@ -1,4 +0,0 @@
# These are supported funding model platforms
github: daattali
patreon: DeanAttali

View file

@ -1,3 +0,0 @@
Please only submit feature suggestions or bug reports if you believe something is broken.
If you need help, or if you enjoy Beautiful Jekyll and want to support it, please upgrade to one of our plans: https://beautifuljekyll.com/plans/

View file

@ -1,5 +0,0 @@
Please note that if you are trying to update **your** website, this is the wrong place to do so. Please carefully follow the Beautiful Jekyll instructions (found at https://github.com/daattali/beautiful-jekyll#readme) and make sure you submit changes to **your** version of the project.
If your intention is to submit a Pull Request, please describe what your pull request achieves.
Thank you!

View file

@ -1,15 +0,0 @@
name: Beautiful Jekyll CI
on: [push, pull_request]
jobs:
build:
name: Build Jekyll
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
run: |
export JEKYLL_VERSION=3.8
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
-e PAGES_REPO_NWO=${{ github.repository }} \
jekyll/builder:$JEKYLL_VERSION /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"