We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3377fd4 commit bc705f9Copy full SHA for bc705f9
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
name: github-pages
54
url: ${{ steps.deployment.outputs.page_url }}
55
runs-on: ubuntu-latest
56
- needs: build
+ needs: build
57
steps:
58
- id: deployment
59
uses: actions/deploy-pages@v4
Documentation/Website/vite.config.js
@@ -10,6 +10,7 @@ export default defineConfig({
10
vue(),
11
vueDevTools(),
12
],
13
+ base: "/autodeskmachinecontrolframework/",
14
resolve: {
15
alias: {
16
'@': fileURLToPath(new URL('./src', import.meta.url))
0 commit comments