Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 12, 2024
1 parent 0811cbd commit 7fdd8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ git push origin main

echo "## tidy..."
cd ..
git clone https://${GITHUB_TOKEN}@github.com/JodaOrg/joda-money.git
cd joda-money
git push --delete origin website || true
git push --delete origin website2x || true

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_TOKEN_GH }}

- name: Set up JDK
uses: actions/setup-java@v4
Expand Down

0 comments on commit 7fdd8a3

Please sign in to comment.