mirror of https://github.com/joplin/website.git
update
parent
5fdb5c9544
commit
e8acb502ba
|
@ -26,11 +26,20 @@ jobs:
|
|||
ssh-key: ${{ secrets.JOPLIN_BOT_SSH_PRIVATE_KEY }}
|
||||
path: 'joplin-website'
|
||||
|
||||
- name: Install Linux dependencies
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y libsecret-1-dev
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
|
||||
- name: Release website
|
||||
env:
|
||||
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
|
||||
GIT_USER_NAME: Joplin Bot
|
||||
IS_CONTINUOUS_INTEGRATION: 1
|
||||
run: |
|
||||
./joplin/packages/tools/release-website.sh
|
||||
|
|
Loading…
Reference in New Issue