Skip to content

Commit 05a7bb8

Browse files
committed
disable cloudflare upload until I've read the docs
1 parent 87cba00 commit 05a7bb8

File tree

6 files changed

+37
-37
lines changed

6 files changed

+37
-37
lines changed

.github/workflows/build-prs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
group: ${{ github.ref }}
1111
cancel-in-progress: true
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
path: './'
1616
fetch-depth: 0
17-
- name: Set up JDK 17
18-
uses: actions/setup-java@v3
17+
- name: Set up JDK 21
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: 21
2121
distribution: zulu

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }}
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636

3737
- name: Setup Java
38-
uses: actions/setup-java@v3
38+
uses: actions/setup-java@v4
3939
with:
4040
distribution: zulu
4141
java-version: 21

.github/workflows/docs-branch.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
deployments: write
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525
- uses: actions/setup-java@v4
@@ -31,14 +31,14 @@ jobs:
3131
run: ./gradlew --no-daemon dokkaHtml dokkaJavadoc
3232
- name: Copy javadoc subfolder
3333
run: mv build/dokka/javadoc build/dokka/html/ && cp dokka/includes/404.html build/dokka/html/
34-
- uses: actions/upload-pages-artifact@v1
34+
- uses: actions/upload-pages-artifact@v3
3535
with:
3636
path: 'build/dokka/html'
37-
- uses: cloudflare/pages-action@v1
38-
with:
39-
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40-
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
41-
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
42-
directory: build/dokka/html
43-
branch: ${{ github.ref_name }}
44-
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
37+
# - uses: cloudflare/pages-action@v1
38+
# with:
39+
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40+
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
41+
# projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
42+
# directory: build/dokka/html
43+
# branch: ${{ github.ref_name }}
44+
# gitHubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs-pr.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
deployments: write
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
ref: "${{ github.event.pull_request.merge_commit_sha }}"
2525
fetch-depth: 0
@@ -32,14 +32,14 @@ jobs:
3232
run: ./gradlew --no-daemon dokkaHtml dokkaJavadoc
3333
- name: Copy javadoc subfolder
3434
run: mv build/dokka/javadoc build/dokka/html/ && cp dokka/includes/404.html build/dokka/html/
35-
- uses: actions/upload-pages-artifact@v1
35+
- uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: 'build/dokka/html'
38-
- uses: cloudflare/pages-action@v1
39-
with:
40-
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
41-
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
42-
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
43-
directory: build/dokka/html
44-
branch: pr-${{ github.event.pull_request.number }}
45-
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
38+
# - uses: cloudflare/pages-action@v1
39+
# with:
40+
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
41+
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
42+
# projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
43+
# directory: build/dokka/html
44+
# branch: pr-${{ github.event.pull_request.number }}
45+
# gitHubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
deployments: write
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
- uses: actions/setup-java@v4
@@ -28,14 +28,14 @@ jobs:
2828
run: ./gradlew --no-daemon dokkaHtml dokkaJavadoc
2929
- name: Copy javadoc subfolder
3030
run: mv build/dokka/javadoc build/dokka/html/ && cp dokka/includes/404.html build/dokka/html/
31-
- uses: actions/upload-pages-artifact@v1
31+
- uses: actions/upload-pages-artifact@v3
3232
with:
3333
path: 'build/dokka/html'
34-
- uses: cloudflare/pages-action@v1
35-
with:
36-
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
37-
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
38-
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
39-
directory: build/dokka/html
40-
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
41-
wranglerVersion: '3'
34+
# - uses: cloudflare/pages-action@v1
35+
# with:
36+
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
37+
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
38+
# projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
39+
# directory: build/dokka/html
40+
# gitHubToken: ${{ secrets.GITHUB_TOKEN }}
41+
# wranglerVersion: '3'

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Download Artifacts
26-
uses: actions/download-artifact@v3
26+
uses: actions/download-artifact@v4
2727
with:
2828
name: Lavalink-Client.zip
2929

0 commit comments

Comments
 (0)