Skip to content

Add 0.19 release note for PR cloud prepare #1007 #2018

Add 0.19 release note for PR cloud prepare #1007

Add 0.19 release note for PR cloud prepare #1007 #2018

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@692973e3d937129bcbf40652eb9f2f61becf3332
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@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: Proposed static website
path: output