Skip to content

remove infograph

remove infograph #100

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Install dependencies
run: |
yarn install
bundle install
- run: yarn build && yarn build:css
- run: bundle exec jekyll build --trace
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: _site