Skip to content

Typo fix: effect → affect #1617

Typo fix: effect → affect

Typo fix: effect → affect #1617

Workflow file for this run

---
name: Website
on:
pull_request:
permissions: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
fetch-depth: 0
- name: Build the website static files
run: make static-all
- name: Upload proposed static website for review
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: Proposed static website
path: output