try deploying with subfolder

This commit is contained in:
Ulf Gebhardt 2023-11-21 00:41:51 +01:00
parent 518c26c690
commit d11ad8fab7
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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/',
}) })