Skip to content

Updates for 22.03.5 and 23.09.1 releases. #71

Updates for 22.03.5 and 23.09.1 releases.

Updates for 22.03.5 and 23.09.1 releases. #71

Workflow file for this run

name: check-pr
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Make the static files
run: make static
- uses: actions/upload-artifact@v1
with:
name: static-website
path: output