💚 Correct the build process

This commit is contained in:
trickypr 2021-09-24 15:59:24 +10:00
parent 69f12f2e95
commit 8e2833325a

View file

@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
prettier:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
@ -15,8 +15,9 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install
npm run build
yarn
yarn docs:install
yarn docs:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5