CNAME file creation

This commit is contained in:
Wayne
2025-07-28 01:32:55 +03:00
parent 16e6d04682
commit 9d3e6fc22e
2 changed files with 5 additions and 2 deletions

View File

@@ -31,6 +31,9 @@ jobs:
- name: Build documentation site
run: pnpm docs:build
- name: Create CNAME file
run: echo "docs.openarchiver.com" > docs/.vitepress/dist/CNAME
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:

View File

@@ -1,8 +1,8 @@
import { defineConfig } from 'vitepress';
export default defineConfig({
title: 'OpenArchiver Documentation',
description: 'Official documentation for the OpenArchiver project.',
title: 'Open Archiver Documentation',
description: 'Official documentation for the Open Archiver project.',
themeConfig: {
nav: [
{ text: 'Home', link: '/' },