Skip to content

Commit

Permalink
Fixed docs website base path.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Aug 12, 2024
1 parent 4de0322 commit 36b3d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy documentation to GitHub Pages

on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
# Trigger the workflow every time you push to the `master` branch
# Using a different branch name? Replace `master` with your branch’s name
push:
branches: [master]
# Allows you to run this workflow manually from the Actions tab on GitHub.
Expand Down
1 change: 1 addition & 0 deletions apps/typed-binary-docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
site: 'https://iwoplaza.github.io/typed-binary',
base: 'typed-binary',
integrations: [
starlight({
title: 'Typed Binary',
Expand Down

0 comments on commit 36b3d03

Please sign in to comment.