diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 33f4aa2..424a9e4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Docusaurus Deploy on: push: branches: - - main1 + - main permissions: contents: read @@ -31,12 +31,12 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 - + - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: "./build" - + path: './build' + - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1 diff --git a/docusaurus.config.js b/docusaurus.config.js index e419c99..80e0ba9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -4,12 +4,13 @@ // There are various equivalent ways to declare your Docusaurus config. // See: https://docusaurus.io/docs/api/docusaurus-config -import { themes as prismThemes } from 'prism-react-renderer'; +import {themes as prismThemes} from 'prism-react-renderer'; /** @type {import('@docusaurus/types').Config} */ const config = { title: 'Ubunchuu Trường Ú', - tagline: 'Một project "Lai nú" giấu tên tại trường Ú hứa hẹn giúp mọi người bước đầu tiếp cận với Linux, đặc biệt là Ubuntu cùng cách thiết lập chúng như một pro developer.', + tagline: + 'Một project "Lai nú" giấu tên tại trường Ú hứa hẹn giúp mọi người bước đầu tiếp cận với Linux, đặc biệt là Ubuntu cùng cách thiết lập chúng như một pro developer.', favicon: 'img/favicon.ico', staticDirectories: ['static'], @@ -18,7 +19,8 @@ const config = { url: 'https://ubunchuu-truong-us.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: + '/exp-ubunchuu.github.io/' /** Remember to use root baseUrl if repo name == .github.io */, // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. @@ -72,8 +74,12 @@ const config = { position: 'left', label: 'Tutorial', }, - { to: '/docs/category/15-days-flying-with-tux', label: '15 Days Flying With Tux', position: 'left' }, - { to: '/blog', label: 'Blog', position: 'left' }, + { + to: '/docs/category/15-days-flying-with-tux', + label: '15 Days Flying With Tux', + position: 'left', + }, + {to: '/blog', label: 'Blog', position: 'left'}, { href: 'https://github.com/ubunchuu-truong-us', label: 'GitHub', @@ -107,7 +113,7 @@ const config = { }, tableOfContents: { minHeadingLevel: 2, - maxHeadingLevel: 6 + maxHeadingLevel: 6, }, }), };