Remove destination_dir in docs.yaml, remove. in config.js

master
Daniel Lovell 2024-09-30 03:05:55 -07:00
parent 3293d65ccb
commit 91587afce5
2 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '18' # Updated to Node.js 18 node-version: '18' # Use Node.js 18
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
@ -44,7 +44,6 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vuepress/dist publish_dir: ./docs/.vuepress/dist
destination_dir: docs
allow_empty_commit: true allow_empty_commit: true
keep_files: false keep_files: false
force_orphan: true force_orphan: true

View File

@ -4,7 +4,7 @@ module.exports = async () => {
return { return {
title: 'Micromissiles Unity Project', title: 'Micromissiles Unity Project',
description: 'Documentation for the Micromissiles Unity project', description: 'Documentation for the Micromissiles Unity project',
base: './micromissiles-unity/', themeConfig: { base: '/micromissiles-unity/', themeConfig: {
navbar: navbar:
[ [
{text: 'Home', link: '/'}, { {text: 'Home', link: '/'}, {