Skip to content

Bump uglifier from 4.2.0 to 4.2.1 #157

Bump uglifier from 4.2.0 to 4.2.1

Bump uglifier from 4.2.0 to 4.2.1 #157

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- 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