Skip to content

eslint-flag-config, test-folders and docs (#10) #6

eslint-flag-config, test-folders and docs (#10)

eslint-flag-config, test-folders and docs (#10) #6

Workflow file for this run

name: Deploy Docusaurus to GitHub Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: yarn
- name: Build Docusaurus site
run: yarn workspace @nish1896/eslint-config-docs build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./apps/docs/build