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