Skip to content

chore: Update actions/checkout action to v4 #1818

chore: Update actions/checkout action to v4

chore: Update actions/checkout action to v4 #1818

Workflow file for this run

---
name: test
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container: python:3.8
steps:
- uses: actions/checkout@v4
- name: Install the site-generator
run: pip install -r requirements.txt
- name: Build the site.
run: aip-site-gen . /out