Skip to content

Merge pull request #85 from goldim/new-design-of-mnemos #158

Merge pull request #85 from goldim/new-design-of-mnemos

Merge pull request #85 from goldim/new-design-of-mnemos #158

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