Skip to content

Commit

Permalink
build: Wrong publish docs task (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Nov 10, 2023
1 parent c642308 commit f983573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo $AKKA_RSYNC_GUSTAV | base64 -d > .github/id_rsa
chmod 600 .github/id_rsa
ssh-add .github/id_rsa
sbt publishRsync
sbt docs/publishRsync
env:
AKKA_RSYNC_GUSTAV: ${{ secrets.AKKA_RSYNC_GUSTAV }}

0 comments on commit f983573

Please sign in to comment.