Skip to content

ci: update actions (#77) #24

ci: update actions (#77)

ci: update actions (#77) #24

Workflow file for this run

name: GitHub Pages
on:
push:
tags:
- "**"
jobs:
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/app
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
- run: npm ci
- run: npm run build
- run: "echo 'shacl-playground.zazuko.com' > dist/CNAME"
- name: GitHub Pages
uses: crazy-max/ghaction-github-pages@v4.0.0
with:
build_dir: ./packages/app/dist
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}