Update base path of docs

This commit is contained in:
William Oldham 2024-02-23 08:38:14 +00:00 committed by GitHub
parent 5078c176ec
commit 5a937abcaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ jobs:
- name: Build project
working-directory: ./.docs
run: npm run generate
env:
NUXT_APP_BASE_URL: /providers/
- name: Upload production-ready build files
uses: actions/upload-pages-artifact@v1