Skip to content

Rename colors.mdx to colors.md #7

Rename colors.mdx to colors.md

Rename colors.mdx to colors.md #7

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- api
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Build
run: |
npm ci
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
BRANCH: gh-pages
FOLDER: out
CLEAN: true