Skip to content

add news to Firmware Rollout v2024.4.2+v2022.5.7 #689

add news to Firmware Rollout v2024.4.2+v2022.5.7

add news to Firmware Rollout v2024.4.2+v2022.5.7 #689

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/cache@v4.0.2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: lemonarc/jekyll-action@1.0.0