diff --git a/.github/workflow/pages.yml b/.github/workflows/pages.yml similarity index 92% rename from .github/workflow/pages.yml rename to .github/workflows/pages.yml index 880338d0..c9695cee 100644 --- a/.github/workflow/pages.yml +++ b/.github/workflows/pages.yml @@ -5,7 +5,7 @@ on: push: branches: ["main"] paths: - - 'documentation/**' + - "documentation/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -31,7 +31,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18' + node-version: "18" - name: Install pnpm run: npm install -g pnpm - name: Install dependencies @@ -53,4 +53,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4 diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 517e6dc6..f381d97d 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -8,14 +8,14 @@ const config: Config = { favicon: "img/fuego.ico", // Set the production url of your site here - url: "https://fuego-go.github.io", //TODO + url: "https://go-fuego.github.io", //TODO // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: "fuego-go", // Usually your GitHub org/user name. + organizationName: "go-fuego", // Usually your GitHub org/user name. projectName: "fuego", // Usually your repo name. onBrokenLinks: "throw",