Skip to content

Merge pull request #80 from sima-land/79-new-icons #55

Merge pull request #80 from sima-land/79-new-icons

Merge pull request #80 from sima-land/79-new-icons #55

Workflow file for this run

name: Deploy Docs on Github Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install and Build
run: |
npm ci
npm run build
npm pack
cd docs
npm ci
npm i --no-save ../sima-land-ui-quarks-0.0.0.tgz
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/dist