mirror of
https://github.com/voicemxil/TS2-Starter-Pack.git
synced 2025-01-22 09:01:52 -05:00
Delete .github/workflows/ci.yml
This commit is contained in:
parent
e0a954f675
commit
e5d0aad34e
1 changed files with 0 additions and 22 deletions
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
|
@ -1,22 +0,0 @@
|
||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: ["main"]
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
# Build job
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Setup Ruby
|
|
||||||
uses: ruby/setup-ruby@v1
|
|
||||||
with:
|
|
||||||
ruby-version: '3.3' # Not needed with a .ruby-version file
|
|
||||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
|
||||||
cache-version: 0 # Increment this number if you need to re-download cached gems
|
|
||||||
- name: Build with Jekyll
|
|
||||||
run: bundle exec jekyll build
|
|
Loading…
Reference in a new issue