Skip to content

Commit

Permalink
try deploying with subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Nov 20, 2023
1 parent 518c26c commit d11ad8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/frontend.deploy.docs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export default defineUserConfig({
title: 'IT4C Frontend Boilerplate Documentation',
description: 'IT4C Frontend Boilerplate Documentation',
dest: 'build/docs',
base: '/boilerplate-frontend/',
})

0 comments on commit d11ad8f

Please sign in to comment.