Skip to content

Commit

Permalink
cicd: Added doc publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jun 1, 2023
1 parent 4e9e20a commit e4735e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ jobs:
cache: gradle

- name: Deploy
env:
GRGIT_USER: jruaux
GRGIT_PASS: ${{ secrets.GIT_ACCESS_TOKEN }}
run: |
./gradlew -Pprofile=release -PreproducibleBuild=true createGuide gitPublishPush -S
./gradlew -Prelease=true -PreproducibleBuild=true gitPublishPush -S
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ jobs:
cache: gradle

- name: Deploy
env:
GRGIT_USER: jruaux
GRGIT_PASS: ${{ secrets.GIT_ACCESS_TOKEN }}
run: |
./gradlew -Pprofile=release -PreproducibleBuild=true publish -S
./gradlew -Prelease=true -PreproducibleBuild=true gitPublishPush -S
- name: Upload deploy artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e4735e5

Please sign in to comment.