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

Commit

Permalink
upload docs to server
Browse files Browse the repository at this point in the history
  • Loading branch information
lefherz committed Feb 25, 2020
1 parent e7e4a4b commit 9bad362
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 9bad362

Please sign in to comment.