mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Updated build workflow descriptions
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Build and Deploy Docusaurus to GitHub Pages
|
name: Build/Deploy to GitHub Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
@@ -32,8 +32,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "16"
|
||||||
# Install and build Docusaurus website
|
# Install and build Developer Community site
|
||||||
- name: Build Docusaurus website
|
- name: Build Developer Community site
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
Reference in New Issue
Block a user