Skip to content

Commit

Permalink
Use '\' to chain arguments in doc publication pipeline (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Feb 19, 2024
1 parent 2c17802 commit 131bc74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Publish documentation
run: |
cd docs
./gradlew --console=plain --info :antora:publishDocs :gh-pages:publishDocs
-Dorg.ajoberstar.grgit.auth.username=${{ secrets.GITHUB_PUBLISH_USER }}
-Dorg.ajoberstar.grgit.auth.password=${{ secrets.GITHUB_PUBLISH_KEY }}
-Dorg.ajoberstar.grgit.auth.force=hardcoded
./gradlew --console=plain --info :antora:publishDocs :gh-pages:publishDocs \
-Dorg.ajoberstar.grgit.auth.username=${{ secrets.GITHUB_PUBLISH_USER }} \
-Dorg.ajoberstar.grgit.auth.password=${{ secrets.GITHUB_PUBLISH_KEY }} \
-Dorg.ajoberstar.grgit.auth.force=hardcoded

0 comments on commit 131bc74

Please sign in to comment.