Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Fix warning block style #47

Fix warning block style

Fix warning block style #47

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
env:
FORCE_COLOR: 2
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 15
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Build
run: yarn build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: test/demo/build