mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
try deploying with subfolder
This commit is contained in:
parent
518c26c690
commit
d11ad8fab7
8
.github/workflows/frontend.deploy.docs.yml
vendored
8
.github/workflows/frontend.deploy.docs.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
name: "frontend:deploy:docs to github"
|
name: "frontend:deploy:docs to github"
|
||||||
on:
|
on: [push]
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@ -4,4 +4,5 @@ export default defineUserConfig({
|
|||||||
title: 'IT4C Frontend Boilerplate Documentation',
|
title: 'IT4C Frontend Boilerplate Documentation',
|
||||||
description: 'IT4C Frontend Boilerplate Documentation',
|
description: 'IT4C Frontend Boilerplate Documentation',
|
||||||
dest: 'build/docs',
|
dest: 'build/docs',
|
||||||
|
base: '/boilerplate-frontend/',
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user