Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Merge 9bad362 into e7e4a4b
Browse files Browse the repository at this point in the history
  • Loading branch information
lefherz committed Feb 25, 2020
2 parents e7e4a4b + 9bad362 commit 4a18943
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@ jobs:
run: |
npm i --ignore-scripts
npx typedoc
# todo upload
mv docs js
- name: Upload
uses: horochx/deploy-via-scp@v1.0.1
with:
user: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
host: "delta.chat"
port: 22
local: "js"
remote: "/var/www/html/"

0 comments on commit 4a18943

Please sign in to comment.