Skip to content

How to upload a presentation

Soren Lassen edited this page Mar 20, 2023 · 3 revisions

To upload a presentation, clone the wiki repo:

git clone git@github.com:onnx/onnx-mlir.wiki.git

Add your presentation to the presentations folder by pushing a commit straight to the master branch.

cd onnx-mlir.wiki
cp ~/automaticlowering-202301.pdf presentations
git add presentations/automaticlowering-202301.pdf
git commit -m “upload automatic lowering presentation”
git push -u origin

Then you can access it from url

https://github.com/onnx/onnx-mlir/wiki/presentations/automaticlowering-202301.pdf

and link to it from the meeting notes. See the Nov 29th meeting notes as an example.

Clone this wiki locally