We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466e048 commit 164d449Copy full SHA for 164d449
.github/workflows/build_docs.yaml
@@ -30,7 +30,7 @@ jobs:
30
distribution: "temurin"
31
- name: Build docs
32
run: |
33
- mvn -Dprod site site:site-stage
+ mvn -Dprod site site:stage
34
#- name: Fix permissions
35
# run: |
36
# chmod -c -R +rX "outputdir/" | while read line; do
0 commit comments