From bab3369d794e29105c3fc6f528e494cd600420dd Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 17 Jan 2021 01:02:36 +0300 Subject: [PATCH] Update branch name references --- .github/workflows/ci.yml | 8 ++++---- README.md | 2 +- docs/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e08f33..9987e90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,11 @@ name: Node.js CI on: push: branches: - - master + - main - v* pull_request: branches: - - master + - main jobs: lint: @@ -44,7 +44,7 @@ jobs: - name: Copy built files to docs run: cp ./dist/shareon.min.* ./docs - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} - name: Deploy to GitHub Pages uses: crazy-max/ghaction-github-pages@v2 with: @@ -52,6 +52,6 @@ jobs: build_dir: docs fqdn: shareon.js.org jekyll: false - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 77b18e1..f25c6b2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - **Stylish.** Uses official vector logos and colors with no visual mess. - **Ethical.** Embeds no tracking code. JS is required only for the setup. -shareon example +shareon example ---- Observe the live demo here: [shareon.js.org](https://shareon.js.org) diff --git a/docs/index.html b/docs/index.html index e682c0b..804aa64 100644 --- a/docs/index.html +++ b/docs/index.html @@ -283,7 +283,7 @@ shareon(); - +