Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,25 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: PanTS-Demo/package-lock.json
- name: Install dependencies
run: npm ci
working-directory: PanTS-Demo
- name: Build
run: npm run build
working-directory: PanTS-Demo
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './PanTS-Demo'
# Upload the built site
path: './PanTS-Demo/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion PanTS-Demo/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_API_BASE=http://127.0.0.1:8000
VITE_API_BASE=http://127.0.0.1:5001
57 changes: 0 additions & 57 deletions PanTS-Demo/src/components/NestedCheckBox/NestedCheckBox copy.css

This file was deleted.

130 changes: 0 additions & 130 deletions PanTS-Demo/src/components/NestedCheckBox/NestedCheckBox copy.jsx

This file was deleted.

This file was deleted.

79 changes: 0 additions & 79 deletions PanTS-Demo/src/components/ReportScreen/ReportScreenoldcopy.jsx

This file was deleted.

Loading
Loading