Skip to content

Copy NVS security and privacy considerations from explainer to spec #504

Copy NVS security and privacy considerations from explainer to spec

Copy NVS security and privacy considerations from explainer to spec #504

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make ci
- name: Deploy
if: ${{ github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out