Skip to content

Commit

Permalink
fix(ci): docs (moved submodule)
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Dec 12, 2023
1 parent ae53b44 commit 2a3946a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
mv dist/docs/* ../page
cp .gitmodules .. || true
git checkout gh-pages
git submodule deinit -f ensuite
git rm -rf ensuite
git submodule deinit -f toolbox || true
git rm -rf toolbox || true
git clean -fdx
rm -rf stable unstable js
cp -rv ../page/* .
Expand Down

0 comments on commit 2a3946a

Please sign in to comment.