mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2024-11-30 04:04:18 +01: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
|