Skip to content

Commit

Permalink
Fix for website
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidMitchell committed Jan 27, 2025
1 parent fcb7c1d commit 7edd6af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}

- name: Run E2E Tests
env:
DEBUG: "testcontainers*"
continue-on-error: true
run: |
cd structures-js/structures-api
Expand Down
2 changes: 1 addition & 1 deletion website/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Structures",
description: "Structures is an open-source framework for data storage and retrieval, supporting schema evolution, data management, and providing a user-friendly GUI and OpenAPI interface.",
base: '/structures/',
base: '/structures/website/',
themeConfig: {
// https://vitepress.vuejs.org/reference/default-theme-config
nav: nav(),
Expand Down

0 comments on commit 7edd6af

Please sign in to comment.