Skip to content

Commit

Permalink
Merge pull request #8 from nhsuk/fix-docs-deployment
Browse files Browse the repository at this point in the history
Use -- to pass arguments through npm run commands
  • Loading branch information
davidhunter08 authored Apr 18, 2024
2 parents 101c9c5 + ebcccde commit bd2391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: '20'
- run: npm ci
- run: npm run build:docs --pathprefix="nhsapp-frontend"
- run: npm run build:docs -- --pathprefix="nhsapp-frontend"
- uses: actions/upload-pages-artifact@v3
with:
path: 'dist/docs'
Expand Down

0 comments on commit bd2391d

Please sign in to comment.