Skip to content

Commit

Permalink
build: Publish api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 25, 2023
1 parent 932e564 commit e644434
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -102,12 +103,12 @@ jobs:

- name: Key setup
env:
GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }}
run: |+
eval "$(ssh-agent -s)"
echo $GUSTAV_KEY | base64 -di > .github/id_ed2551
chmod 600 .github/id_ed2551
ssh-add .github/id_ed2551
AKKA_RSYNC_GUSTAV: ${{ secrets.AKKA_RSYNC_GUSTAV }}
run: |+
eval "$(ssh-agent -s)"
echo $AKKA_RSYNC_GUSTAV | base64 -d > .github/id_rsa
chmod 600 .github/id_rsa
ssh-add .github/id_rsa
- name: Publish API documentation (tag)
if: startsWith(github.event.ref, 'refs/tags/v')
Expand Down

0 comments on commit e644434

Please sign in to comment.