Skip to content

Merge commit 'f13f927b5280eb8ef8a81ac49b71c1dcfc49d0f3' #48

Merge commit 'f13f927b5280eb8ef8a81ac49b71c1dcfc49d0f3'

Merge commit 'f13f927b5280eb8ef8a81ac49b71c1dcfc49d0f3' #48

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 }}"