Skip to content

Try fixing the table font being not monospace issue #151

Try fixing the table font being not monospace issue

Try fixing the table font being not monospace issue #151

Workflow file for this run

name: Build and Deploy Rucio WebUI Component Library & React App
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install 🔧
run: |
npm install --legacy-peer-deps
- name: Build Storybook 🔧
run: |
npm run build-storybook
- name: Build React App 🔧
run: |
npm run build
- name: Deploy Storybook 🚀
run: |
chmod +x tools/deploy-to-gh-pages
tools/deploy-to-gh-pages