Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Oct 26, 2024
1 parent 63e504d commit ad50738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
fetch-depth: 0

- name: Update Submodule
run: |
git pull --recurse-submodules && git submodule update --remote --recursive --init
run: git pull --recurse-submodules && git submodule update --remote --recursive --init

- name: Commit Changes
uses: EndBug/add-and-commit@v7
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "lib"]
path = lib
branch = main
branch = stable
url = https://github.com/clashperk/clashofclans.js

0 comments on commit ad50738

Please sign in to comment.