Skip to content

Commit

Permalink
fix: change request
Browse files Browse the repository at this point in the history
  • Loading branch information
JAHMCRIBM committed Jul 29, 2024
1 parent 82504e0 commit bafaf1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

jobs:
build:
Documentation:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -27,8 +27,8 @@ jobs:
run: |
npm run build
npm run docs
deploy:
needs: build
Deploy:
needs: Documentation

permissions:
pages: write
Expand Down

0 comments on commit bafaf1e

Please sign in to comment.