diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4ac1671..1608ae3 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -29,7 +29,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '18' # Updated to Node.js 18 + node-version: '18' # Use Node.js 18 - name: Install dependencies run: npm ci @@ -44,7 +44,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/.vuepress/dist - destination_dir: docs allow_empty_commit: true keep_files: false force_orphan: true \ No newline at end of file diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 7a47f4f..03863dd 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -4,7 +4,7 @@ module.exports = async () => { return { title: 'Micromissiles Unity Project', description: 'Documentation for the Micromissiles Unity project', - base: './micromissiles-unity/', themeConfig: { + base: '/micromissiles-unity/', themeConfig: { navbar: [ {text: 'Home', link: '/'}, {