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"
on:
push:
branches:
- master
on: [push]
# push:
# branches:
# - master
jobs:
build-and-deploy:
runs-on: ubuntu-latest

View File

@ -4,4 +4,5 @@ export default defineUserConfig({
title: 'IT4C Frontend Boilerplate Documentation',
description: 'IT4C Frontend Boilerplate Documentation',
dest: 'build/docs',
base: '/boilerplate-frontend/',
})