Skip to content

upd images and report.html #121

upd images and report.html

upd images and report.html #121

Workflow file for this run

name: check if site is buildable
on:
push:
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build with Jekyll
uses: actions/[email protected]
with:
source: ./
destination: ./_site