Skip to content

Commit

Permalink
Fix java submodules (#305)
Browse files Browse the repository at this point in the history
* add java classfiles

* add java packages submodule

* remove old folder

* include module

* use checkout submodules

* checkout submodules in PR

* commit submodule

* update submodule

* move java-packages

* update submodule

* bump submodule

* fix copy command

* update submodules

* fix submodule path

* update submodule

* remove old directory
  • Loading branch information
Chang-CH authored Apr 4, 2024
1 parent a58b60b commit 4b1bccf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:


- name: include java json
run: cp -r src/java-packages build
run: cp -r src/java build

- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "src/java/java-packages"]
path = src/java/java-packages
url = https://github.com/source-academy/java-packages
[submodule "src/java-packages"]
path = src/java-packages
url = https://github.com/source-academy/java-packages

0 comments on commit 4b1bccf

Please sign in to comment.