Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #20

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1.86.0
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- run: bundle exec jekyll build
- name: Deploy
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.6
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Welcome to my blog

Here are the various way you can contribute to it:

## Donate

Content on the internet is usually free, but you must _think free as in free speech, not free beer._. There is a _Sponsor_ button on this page if your willing to pay me for the work I made in the past or I'll do in the future. I stopped drinking alcohol on a regular basis but I'm a coffee lover and know [some very good alcohol free beer](https://www.brewdog.com/uk/shop/beer?dietary_and_lifestyle=1717). I also dream to build this kind of ship one day:

![Le renard de Robert Surcouf](assets/images/renard.jpg)

## Make a pull request

You can evenly use the [editor on GitHub](https://github.com/MartinDelille/martindelille.github.io/edit/master/README.md) to maintain and preview the content for the file that you want to fix.
You can evenly use the [editor on GitHub](https://github.com/MartinDelille/martindelille.github.io/edit/main/README.md) to maintain and preview the content for the file that you want to fix.

You can also clone the repository and fix it locally then push it on a fork and submit the pull request.

Expand All @@ -31,7 +25,9 @@ Markdown is a lightweight and easy-to-use syntax for styling your writing. It in
Syntax highlighted code block

# Header 1

## Header 2

### Header 3

- Bulleted
Expand Down
6 changes: 6 additions & 0 deletions threejs-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: null
permalink: /threejs-test/
redirect_to: https://martindelille.github.io/threejs-test/
---

Loading