Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Mark WiKit's code repository as deprecated (#693) #450

Mark WiKit's code repository as deprecated (#693)

Mark WiKit's code repository as deprecated (#693) #450

Workflow file for this run

name: Build and Deploy documentation
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: '14.x'
- name: Install and Build
run: |
npm ci
npm run build:storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/dist