We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2678aa5 commit 1a49bf5Copy full SHA for 1a49bf5
.github/workflows/publish-documentation.yaml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
54
run: |
55
- mvn -f backend/docs/pom.xml --batch-mode generate-resources
+ mvn -f docs/pom.xml --batch-mode generate-resources
56
57
- name: Install pandoc
58
0 commit comments