Skip to content

Bump peter-evans/create-issue-from-file from 4.0.1 to 5.0.0 #1892

Bump peter-evans/create-issue-from-file from 4.0.1 to 5.0.0

Bump peter-evans/create-issue-from-file from 4.0.1 to 5.0.0 #1892

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@b4ffde65f46336ab88eb53be808477a3936bae11
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@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: Proposed static website
path: output