mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-07 21:07:18 +00:00
6 lines
138 B
Bash
Executable file
6 lines
138 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -rf ./site/themes/shared-bulma-theme/
|
|
rm -rf ./scripts/shared-hugo-scripts/
|
|
git submodule update --remote --merge
|