mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
actions: bug fix for not fetching from upstream
This commit is contained in:
parent
9fdd14242f
commit
47626327af
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
run: |
|
||||
transpiled_dir="help/_posts/mirrorz-help-ng-transpiled"
|
||||
if [ -n "$NEW_COMMIT" ]; then
|
||||
git -C "$transpiled_dir" fetch --all
|
||||
git -C "$transpiled_dir" checkout "$NEW_COMMIT"
|
||||
else
|
||||
git submodule update --remote "$transpiled_dir"
|
||||
|
|
|
|||
Loading…
Reference in New Issue