From 3c86e3b100dfbaf36d0107aef32b8b28e62ba472 Mon Sep 17 00:00:00 2001 From: Rasool Saghaleyni Date: Mon, 9 Sep 2024 14:17:03 +0200 Subject: [PATCH] Updating course pages --- .github/workflow/jekyll.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflow/jekyll.yml diff --git a/.github/workflow/jekyll.yml b/.github/workflow/jekyll.yml deleted file mode 100644 index 4a9e208..0000000 --- a/.github/workflow/jekyll.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Jekyll Site CI - -on: - push: - branches: - - OMICSINT_H24 - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 2.7 - - name: Install dependencies - run: bundle install - - name: Build site - run: bundle exec jekyll build - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./_site