Skip to content

Commit 45637e2

Browse files
committed
renamed from docs to demo also
1 parent 54e946c commit 45637e2

File tree

252 files changed

+4
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+4
-4
lines changed

.github/workflows/easyscheduler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
with:
2828
node-version: '20'
2929
cache: 'npm'
30-
cache-dependency-path: docs/frontend/package-lock.json
30+
cache-dependency-path: demo/frontend/package-lock.json
3131

3232
- name: Install dependencies
33-
working-directory: ./docs/frontend
33+
working-directory: ./demo/frontend
3434
run: npm ci
3535

3636
- name: Build frontend
37-
working-directory: ./docs/frontend
37+
working-directory: ./demo/frontend
3838
run: npm run build
3939
env:
4040
VITE_API_BASE_URL: ''
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v3
4747
with:
48-
path: ./docs/frontend/dist
48+
path: ./demo/frontend/dist
4949

5050
deploy:
5151
environment:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)