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 f6edf95 commit 42a1073
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
build-doc:
name: Build cmdlet ref
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,7 +19,8 @@ jobs:
shell: pwsh

build-site:
name: Build Docusaurus
name: Build website
needs: build-doc
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -45,7 +47,7 @@ jobs:

deploy:
name: Deploy to GitHub Pages
needs: build
needs: build-site

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
Expand Down

0 comments on commit 42a1073

Please sign in to comment.