Skip to content

Commit c0ad87a

Browse files
committed
Fix: Tabs seem to be illegal
1 parent f6388bb commit c0ad87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backendUpdatesite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
maven-version: 3.9.6
2828
- name: Build and Verify
29-
working-directory: Backend/AnalysisBackendServer
29+
working-directory: Backend/AnalysisBackendServer
3030
run: mvn clean verify
3131
- name: Publish Nightly Update Site
3232
if: github.event_name != 'release' && github.ref == 'refs/heads/main' && github.repository_owner == 'DataFlowAnalysis'

0 commit comments

Comments
 (0)