mirror of
https://github.com/libretro/docs.git
synced 2025-04-02 10:41:50 -04:00
5 lines
65 B
Bash
Executable file
5 lines
65 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git fetch
|
|
git reset --hard origin/master
|
|
mkdocs build
|