Skip to content

change version

change version #156

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/website'"
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Build and Deploy
run: |
./.github/workflows/build-website.sh "${{ secrets.WEBSITE_DEPLOY_PK }}"