Skip to content

Merge pull request #21 from zazuko/how-to-validate-all-in-one #24

Merge pull request #21 from zazuko/how-to-validate-all-in-one

Merge pull request #21 from zazuko/how-to-validate-all-in-one #24

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- uses: Cecilapp/GitHub-Pages-deploy@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
email: [email protected]
build_dir: build
jekyll: no
cname: data-centric.zazuko.com