Skip to content

Commit 4845efc

Browse files
fix: configure base path for GitHub Pages and add deploy workflow
1 parent f17193a commit 4845efc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy VitePress site to Pages
33
on:
44
push:
55
branches: [main]
6-
76
workflow_dispatch:
87

98
permissions:
@@ -48,9 +47,8 @@ jobs:
4847
environment:
4948
name: github-pages
5049
url: ${{ steps.deployment.outputs.page_url }}
51-
needs: build
5250
runs-on: ubuntu-latest
53-
name: Deploy
51+
needs: build
5452
steps:
5553
- name: Deploy to GitHub Pages
5654
id: deployment

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
33
export default defineConfig({
44
title: 'VibeSkill',
55
description: 'All-Skill Methodology Vibe Coding Guide',
6-
base: '/',
6+
base: '/vibe-skill/',
77
appearance: false,
88

99
head: [

0 commit comments

Comments
 (0)