mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
CNAME file creation
This commit is contained in:
3
.github/workflows/deploy-docs.yml
vendored
3
.github/workflows/deploy-docs.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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: '/' },
|
||||
|
||||
Reference in New Issue
Block a user