File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -19,30 +19,11 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
21
21
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
-
34
22
- uses : actions/checkout@v3
35
23
- uses : actions/setup-python@v4
36
24
with :
37
25
python-version : " 3.11.x"
38
26
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
-
46
27
- name : Install Poetry
47
28
shell : bash
48
29
run : |
65
46
run : |
66
47
git config --local user.name "Github Action"
67
48
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
71
50
git pull --rebase
72
51
# copy the generated docs
73
52
pwd
You can’t perform that action at this time.
0 commit comments