mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
Update gh-pages.yml
fix: BASE_URL and SITE_URL
This commit is contained in:
parent
8724621654
commit
f9967cec63
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
@ -36,6 +36,9 @@
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
- name: Build
|
||||||
|
env:
|
||||||
|
BASE_URL: ${{ vars.BASE_URL }}
|
||||||
|
SITE_URL: ${{ vars.SITE_URL }}
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user