Skip to content

Merge commit 'c073cb3679fc7c057aea1f24a3d7f5f746bacad0' #52

Merge commit 'c073cb3679fc7c057aea1f24a3d7f5f746bacad0'

Merge commit 'c073cb3679fc7c057aea1f24a3d7f5f746bacad0' #52

name: Build and Deploy
on:
# run when the master branch is updated
push:
branches:
- master
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && github.repository == 'qooxdoo/qxl.datagrid'"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Build and Deploy
run: |
./.github/workflows/build-website.sh "${{ secrets.WEBSITE_DEPLOY_PK }}"