pull/1/head
Laurent Cozic 2021-12-19 10:23:56 +01:00
parent 5fdb5c9544
commit e8acb502ba
1 changed files with 10 additions and 1 deletions

View File

@ -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