File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 17
17
cache : ' sbt'
18
18
- uses : sbt/setup-sbt@v1
19
19
- name : Publish ${{ github.ref }}
20
- run : sbt ci-release docs/docusaurusPublishGhpages
20
+ run : sbt ci-release
21
+ env :
22
+ PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
23
+ PGP_SECRET : ${{ secrets.PGP_SECRET }}
24
+ SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
25
+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
26
+
27
+ GIT_DEPLOY_KEY : ${{ secrets.GIT_DEPLOY_KEY }}
28
+ publish-docusaurus :
29
+ runs-on : ubuntu-latest
30
+ steps :
31
+ - uses : actions/checkout@v4
32
+ with :
33
+ fetch-depth : 0
34
+ - uses : actions/setup-java@v4
35
+ with :
36
+ java-version : ' 11'
37
+ distribution : ' temurin'
38
+ cache : ' sbt'
39
+ - uses : sbt/setup-sbt@v1
40
+ - run : sbt docs/docusaurusPublishGhpages
21
41
env :
22
42
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
23
43
PGP_SECRET : ${{ secrets.PGP_SECRET }}
You can’t perform that action at this time.
0 commit comments