Skip to content

Commit 1a49bf5

Browse files
committed
fix: TRACEFOSS-1029 Updated paths in gh-pages action.
1 parent 2678aa5 commit 1a49bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5454
run: |
55-
mvn -f backend/docs/pom.xml --batch-mode generate-resources
55+
mvn -f docs/pom.xml --batch-mode generate-resources
5656
5757
- name: Install pandoc
5858
run: |

0 commit comments

Comments
 (0)