Skip to content

Commit 54e946c

Browse files
committed
updating workflow
1 parent f0951a1 commit 54e946c

File tree

3 files changed

+5
-68
lines changed

3 files changed

+5
-68
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Docker Build & Push
22

33
on:
44
push:
5-
branches: [main]
65
tags:
76
- 'v*'
87
- '[0-9]+.[0-9]+.[0-9]+'

.github/workflows/easyscheduler.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
tags:
66
- 'v*'
77
- '[0-9]+.[0-9]+.[0-9]+'
8-
workflow_dispatch:
98

109
permissions:
1110
contents: read
@@ -28,14 +27,14 @@ jobs:
2827
with:
2928
node-version: '20'
3029
cache: 'npm'
31-
cache-dependency-path: demo/frontend/package-lock.json
30+
cache-dependency-path: docs/frontend/package-lock.json
3231

3332
- name: Install dependencies
34-
working-directory: ./demo/frontend
33+
working-directory: ./docs/frontend
3534
run: npm ci
3635

3736
- name: Build frontend
38-
working-directory: ./demo/frontend
37+
working-directory: ./docs/frontend
3938
run: npm run build
4039
env:
4140
VITE_API_BASE_URL: ''
@@ -46,11 +45,11 @@ jobs:
4645
- name: Upload artifact
4746
uses: actions/upload-pages-artifact@v3
4847
with:
49-
path: ./demo/frontend/dist
48+
path: ./docs/frontend/dist
5049

5150
deploy:
5251
environment:
53-
name: github-pages
52+
name: github_pages
5453
url: ${{ steps.deployment.outputs.page_url }}
5554
runs-on: ubuntu-latest
5655
needs: build

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)