File: update-docs.sh

package info (click to toggle)
rust-device-tree 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: sh: 5; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 123 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e

rm -rf target/doc
cargo doc -p device_tree
gittar -b gh-pages file:target/doc/*
git push origin gh-pages