Skip to content

Add 0.17 release note for PR cloud-prepare #1014 #2021

Add 0.17 release note for PR cloud-prepare #1014

Add 0.17 release note for PR cloud-prepare #1014 #2021

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@8ade135a41bc03ea155e62e844d188df1ea18608
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
with:
name: Proposed static website
path: output