Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs # Set working directory for all 'run' steps in this job
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -36,6 +39,7 @@ jobs:
with:
node-version: 22
cache: npm
cache-dependency-path: docs/package-lock.json
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
title: "Cloud",
description: "Documentation for AusOcean's cloud services",
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
base: "/repo/",
base: "/cloud/",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down
2 changes: 1 addition & 1 deletion docs/oceanbench/device-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Actuators are the output of a device. An Actuator can write a value to a digital

## Defaults

The default configuration for different device types can be filled using the [Auto Configuration](/oceanbench/autoconfiguraion) process, or they can be manually filled based on these values.
The default configuration for different device types can be filled using the [Auto Configuration](/oceanbench/autoconfiguration) process, or they can be manually filled based on these values.
> [!IMPORTANT]
> These values are derived from the system package and should be kept in sync.\
> **Last updated:** 4th July 2025
Expand Down
Loading
Loading