Skip to content

fix: add styling for Profile button (used to be an anchor) (#103) #81

fix: add styling for Profile button (used to be an anchor) (#103)

fix: add styling for Profile button (used to be an anchor) (#103) #81

Workflow file for this run

name: v4.x Release
on:
push:
branches:
- main
- next
- alpha
- beta
- "*.x"
jobs:
release:
name: v4.x Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
# UI 4 and below are built for legacy Node 14 applications
cache: npm
node-version: 14
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Build Styleguidist
run: npm run build:styleguide
- name: Deploy GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: styleguide
target-folder: v4
clean: true
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release@19