Skip to content

Add new image from Point-8 #379

Add new image from Point-8

Add new image from Point-8 #379

Workflow file for this run

name: Build and Verify
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- name: build
run: bundle exec jekyll build --trace
- name: check output
run: |
bundle exec htmlproofer ./_site \
--allow-hash-href \
--check-html \
--only-4xx \
--disable-external \
--empty-alt-ignore