diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 216be22..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Build & Release - -on: - push: - branches: [ master ] - -jobs: - github-pages: - runs-on: ubuntu-16.04 - steps: - - uses: actions/checkout@v2 - - uses: helaili/jekyll-action@2.0.1 - env: - JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}