mirror of
https://github.com/yuzu-mirror/yuzu-mirror.github.io.git
synced 2025-12-06 07:12:21 +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
|