Skip to content

Merge pull request #756 from dkotzamp/update-simulation-tutorial #145

Merge pull request #756 from dkotzamp/update-simulation-tutorial

Merge pull request #756 from dkotzamp/update-simulation-tutorial #145

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/jekyll-build-pages@v1.0.9
with:
source: ./
destination: ./_site