mirror of
https://github.com/libretro/docs.git
synced 2024-11-27 02:30:23 +00:00
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/sh
|
|
|
|
git fetch
|
|
git reset --hard origin/master
|
|
mkdocs build
|