Skip to content

Commit

Permalink
Update deploy-site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed May 26, 2024
1 parent 824591f commit f6edf95
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ on:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

jobs:
build:
name: Build Docusaurus
build-doc:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website/
steps:
- uses: actions/checkout@v4
- name: Update command reference
run: ./build/Update-CommandReference.ps1
shell: pwsh

build-site:
name: Build Docusaurus
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website/
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit f6edf95

Please sign in to comment.