Skip to content

Commit

Permalink
Test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pantonante committed Feb 19, 2024
1 parent 83b0939 commit 3fab877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
api_location: "" # Api source code path - optional
output_location: "/dist/v0.3" # Built app content directory - optional
###### End of Repository/Build Configurations ######
skip_api_build: true

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down
2 changes: 2 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ import rehypeMathjax from 'rehype-mathjax';

// https://astro.build/config
export default defineConfig({
site: 'https://red-meadow-00dc81510.4.azurestaticapps.net',
base: '/v0.3',
outDir: './dist/v0.3',
trailingSlash: "never",
markdown: {
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeMathjax],
Expand Down

0 comments on commit 3fab877

Please sign in to comment.