Skip to content

GitHub Actions: Update runs-on from ubuntu-22.04 to ubuntu-24.04 #5

GitHub Actions: Update runs-on from ubuntu-22.04 to ubuntu-24.04

GitHub Actions: Update runs-on from ubuntu-22.04 to ubuntu-24.04 #5

Workflow file for this run

name: Generate Table of Content
on:
push:
branches:
- main
workflow_dispatch:
jobs:
generate-toc:
name: Generate Table of Content
runs-on: ubuntu-24.04
steps:
- uses: technote-space/[email protected]