Skip to content

Update for the Git and GitHub tutorial in 2026 January #1

Update for the Git and GitHub tutorial in 2026 January

Update for the Git and GitHub tutorial in 2026 January #1

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
job:
name: Build slide deck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: docker://marpteam/marp-cli:v4.2.3
with:
args: slides/index.md -o slides/index.html
env:
MARP_USER: root:root