Skip to content

Bump csv from 3.3.0 to 3.3.1 #168

Bump csv from 3.3.0 to 3.3.1

Bump csv from 3.3.0 to 3.3.1 #168

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: mfinelli/setup-imagemagick@v5
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bundle exec rake test
- name: Deploy
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: publish
FOLDER: _site
CLEAN: true
GIT_CONFIG_NAME: 'Jekyll [automated]'
GIT_CONFIG_EMAIL: '[email protected]'
BASE_BRANCH: develop