Skip to content

Commit

Permalink
Remove pathprefix flag from eleventy build.
Browse files Browse the repository at this point in the history
We have configured a custom domain to serve our docs and so we no longer need a path prefix
  • Loading branch information
mikemonteith committed Jun 25, 2024
1 parent 0884140 commit 09ce6b1
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 docs:build -- --pathprefix="nhsapp-frontend"
- run: npm run docs:build
- uses: actions/upload-pages-artifact@v3
with:
path: 'dist/docs'
Expand Down

0 comments on commit 09ce6b1

Please sign in to comment.