Skip to content
Merged

Dev #30

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
3 changes: 2 additions & 1 deletion .github/workflows/vite-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
push:
branches: ['gh-pages', 'main']
pull_request:
branches: ['gh-pages', 'main']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -70,12 +69,14 @@ jobs:
- name: Setup Pages
if: github.ref_name == 'main' || github.ref_name == 'gh-pages'
uses: actions/configure-pages@v5

- name: Upload artifact
if: github.ref_name == 'main' || github.ref_name == 'gh-pages'
uses: actions/upload-pages-artifact@v4
with:
# Upload dist folder
path: './dist'

- name: Deploy to GitHub Pages
if: github.ref_name == 'main' || github.ref_name == 'gh-pages'
id: deployment
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ coverage
# Auto generated files
components.d.ts
auto-imports.d.ts

Users
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "~2.3.2",
"cheerio": "^1.1.2",
"echarts": "~5.6.0",
"element-plus": "~2.11.5",
"pinia": "~3.0.3",
Expand Down
120 changes: 120 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/assets/images/test-image-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/test-image-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading