this confuses the mirror
This commit is contained in:
parent
c4407620e3
commit
8a033857a3
4 changed files with 0 additions and 27 deletions
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
|
@ -1,4 +0,0 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
github: daattali
|
||||
patreon: DeanAttali
|
3
.github/issue_template.md
vendored
3
.github/issue_template.md
vendored
|
@ -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/
|
5
.github/pull_request_template.md
vendored
5
.github/pull_request_template.md
vendored
|
@ -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!
|
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue