Skip to content

Commit f6b27e0

Browse files
authored
Merge pull request #22 from hpicgs/dev
Release v0.3.1
2 parents dc93262 + 896bf30 commit f6b27e0

File tree

12 files changed

+472
-91
lines changed

12 files changed

+472
-91
lines changed

.github/workflows/versioning.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Keep the versions up-to-date
2+
3+
on:
4+
release:
5+
types: [published, edited]
6+
7+
jobs:
8+
actions-tagger:
9+
runs-on: windows-latest
10+
steps:
11+
- uses: Actions-R-Us/actions-tagger@latest
12+
with:
13+
publish_latest_tag: true

frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"name": "HiViSer-Dashboard",
33
"version": "0.0.1",
44
"private": "true",
5+
"homepage": "https://hpicgs.github.io/github-software-analytics-embedding/",
56
"scripts": {
67
"build": "tsc --noEmit && vite build",
8+
"deploy": "gh-pages -d dist",
79
"dev": "vite",
810
"preinstall": "npx only-allow pnpm",
911
"preview": "vite preview"
@@ -33,6 +35,7 @@
3335
"eslint-config-prettier": "8.5.0",
3436
"eslint-plugin-prettier": "4.0.0",
3537
"eslint-plugin-react": "7.30.0",
38+
"gh-pages": "^4.0.0",
3639
"prettier": "2.6.2",
3740
"prettier-plugin-packagejson": "2.2.18",
3841
"prettier-plugin-tailwindcss": "0.1.11",

0 commit comments

Comments
 (0)