Skip to content

Commit bc705f9

Browse files
Fixed vite config
1 parent 3377fd4 commit bc705f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: github-pages
5454
url: ${{ steps.deployment.outputs.page_url }}
5555
runs-on: ubuntu-latest
56-
needs: build
56+
needs: build
5757
steps:
5858
- id: deployment
5959
uses: actions/deploy-pages@v4

Documentation/Website/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010
vue(),
1111
vueDevTools(),
1212
],
13+
base: "/autodeskmachinecontrolframework/",
1314
resolve: {
1415
alias: {
1516
'@': fileURLToPath(new URL('./src', import.meta.url))

0 commit comments

Comments
 (0)