Skip to content

Commit f957fe8

Browse files
author
Adam Paulen
committed
fixed pipeline
1 parent 8bc371b commit f957fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm install
2222

2323
- name: Build Application
24-
run: npm run build
24+
run: npm run build:hub
2525

2626
- name: Set Up kubectl
2727
uses: azure/setup-kubectl@v3
@@ -31,7 +31,7 @@ jobs:
3131
- name: Create ConfigMaps
3232
run: |
3333
NAMESPACE="jupyterhub-dev-ns"
34-
BASE_DIR="./dist"
34+
BASE_DIR="./dist_hub"
3535
3636
create_configmap() {
3737
local name=$1

0 commit comments

Comments
 (0)