From 7fdd8a38aace473bf655004500773da893bcd378 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sat, 12 Oct 2024 21:09:08 +0100 Subject: [PATCH] Fix build --- .github/website.sh | 2 ++ .github/workflows/build.yml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/website.sh b/.github/website.sh index c9263e1..6f03e0f 100644 --- a/.github/website.sh +++ b/.github/website.sh @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a78a58d..a460b01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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