From 2011b3cab35b2e74972a726638e0d396eae5c198 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 2 Apr 2020 17:40:20 -0700 Subject: [PATCH 1/5] Add Netlfiy badge to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 621bb62..cdce91c 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,8 @@ Please make sure you fork the repo and change the clone URL in the example below ``` After these commands, the current branch is accessible through your favorite browser at + + + + Deploys by Netlify + From 249b9a556cb9875699226feb8a1b370484c9c3dc Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 2 Apr 2020 17:42:46 -0700 Subject: [PATCH 2/5] Hidden whitespace removal --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdce91c..8b7cf52 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ Please make sure you fork the repo and change the clone URL in the example below After these commands, the current branch is accessible through your favorite browser at - - - Deploys by Netlify - + +Deploys by Netlify + From 603b2e4cc13933f588e15a1447fa063e91f9f83d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 3 Apr 2020 09:32:16 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b7cf52..0b3035e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,4 @@ Please make sure you fork the repo and change the clone URL in the example below After these commands, the current branch is accessible through your favorite browser at - -Deploys by Netlify - +[![Deploys by Netlify](https://www.netlify.com/img/global/badges/netlify-color-bg.svg)](https://www.netlify.com/) From 9d0421ad25cdb10094353bb4b46f636f43627705 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 3 Apr 2020 09:35:46 +0300 Subject: [PATCH 4/5] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfaf505..c732d12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Upload docs uses: actions/upload-artifact@v1 - if: success() && github.ref == 'refs/heads/master' + if: success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/master' with: name: docs path: ./site/ @@ -42,7 +42,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/master' + if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2 From 2192071973ebac4d35a218b6347311af62cdefca Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 3 Apr 2020 09:37:19 +0300 Subject: [PATCH 5/5] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c732d12..dfaf505 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Upload docs uses: actions/upload-artifact@v1 - if: success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/master' + if: success() && github.ref == 'refs/heads/master' with: name: docs path: ./site/ @@ -42,7 +42,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2