Skip to content

Commit

Permalink
Cleanup common folder before checking out the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-litvinchik committed Sep 26, 2024
1 parent cd1fadf commit 1b73a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Submodule update
run: |
rm -rf common
git submodule update --init --recursive
git submodule foreach git pull origin master
Expand All @@ -33,7 +34,6 @@ jobs:
- name: Run and build Hugo
run: |
rm -rf common/content/${{ env.PRODUCT }}
mkdir -p common/content/${{ env.PRODUCT }}
cp -r net common/content/${{ env.PRODUCT }}
cp _index.md common/content/${{ env.PRODUCT }}
Expand Down

0 comments on commit 1b73a62

Please sign in to comment.