Skip to content

Add Intel BE200 Wi-Fi 7 NIC #129

Add Intel BE200 Wi-Fi 7 NIC

Add Intel BE200 Wi-Fi 7 NIC #129

Workflow file for this run

name: CI
'on':
pull_request:
jobs:
github-pages:
runs-on: ubuntu-latest
container: ruby:3-buster
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
- name: Install Ruby dependencies.
run: |
gem install bundler -v 2.4.22
bundle install
- name: Build static site with Jekyll.
run: bundle exec jekyll build