Skip to content

Commit

Permalink
Merge pull request #6 from traP-jp/fix/buildpack
Browse files Browse the repository at this point in the history
NeoShowcaseで404になる問題を修正
  • Loading branch information
kenken714 authored Oct 9, 2024
2 parents cbbf840 + a94ed06 commit d0cb8e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: npm
- run: npm ci
- name: Build
run: npm run docs:build
run: npm run build
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
with:
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { webBasicSidebarItems } from './sidebarConfigs/chapters/webBasic/webBasi

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/naro-text-rs/',
title: 'なろう講習会 in Rust',
description: 'Webエンジニアになろう講習会のテキスト in Rust',
head: [['link', { rel: 'icon', href: '/naro-text-rs/favicon.ico' }]],
Expand Down

0 comments on commit d0cb8e4

Please sign in to comment.