Skip to content

Commit fdebd9b

Browse files
committed
refactor: remove white spaces from pipeline
1 parent 632f45e commit fdebd9b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,12 @@ jobs:
3333
runs-on: ubuntu-latest
3434
# if: github.ref == 'refs/heads/main'
3535
steps:
36-
36+
3737
- name: Download updatesite
3838
uses: actions/download-artifact@v3
3939
with:
4040
name: updatesite
4141

42-
43-
44-
4542
javadoc:
4643
needs: release
4744
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)