From 97735293cfb35f9a44775539deabb439279c8abc Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Mon, 4 Mar 2024 15:44:53 -0500 Subject: [PATCH] remove github workflow --- .github/workflows/build.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 8a97029..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Testing the GitHub Pages publication - -on: - push - -jobs: - jekyll: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - # Use GitHub Actions' cache to shorten build times and decrease load on servers - - uses: actions/cache@v2 - with: - path: vendor/bundle - key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} - restore-keys: | - ${{ runner.os }}-gems- - - # Specify the target branch (optional) - - uses: helaili/jekyll-action@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - target_branch: 'gh-pages' \ No newline at end of file