Skip to content

Commit 33dbbcd

Browse files
authored
Fix release.yml errors (#35)
1 parent 206184e commit 33dbbcd

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- name: Get Docker Images
23-
shell: bash
24-
run: |
25-
docker pull gcr.io/distroless/java17-debian11
26-
uname -a
27-
28-
- name: Set up JDK
29-
uses: actions/setup-java@v3
30-
with:
31-
java-version: '11'
32-
distribution: 'zulu'
33-
3422
- uses: actions/checkout@v3
3523
- uses: actions/setup-python@v4
3624
with:
3725
python-version: "3.11.x"
3826

39-
- name: Cache Maven packages
40-
uses: actions/cache@v3
41-
with:
42-
path: ~/.m2
43-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
44-
restore-keys: ${{ runner.os }}-m2
45-
4627
- name: Install Poetry
4728
shell: bash
4829
run: |
@@ -65,9 +46,7 @@ jobs:
6546
run: |
6647
git config --local user.name "Github Action"
6748
git config --local user.email "[email protected]"
68-
git stash save --keep-index --include-untracked || true
69-
git stash drop || true
70-
git checkout --track origin/gh-pages-test
49+
git checkout gh-pages-test
7150
git pull --rebase
7251
# copy the generated docs
7352
pwd

0 commit comments

Comments
 (0)