Skip to content

Commit

Permalink
Merge pull request #1 from oozm/develop
Browse files Browse the repository at this point in the history
test:deploy
  • Loading branch information
oozm authored Jul 30, 2024
2 parents 5b256b0 + 0779070 commit 088ea7d
Show file tree
Hide file tree
Showing 98 changed files with 179 additions and 140 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Deploy UILIST to GitHub Pages

on:
push:
branches:
- master

jobs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18.17.0'

- name: Install dependencies
run: pnpm install

- name: Build project
run: pnpm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@
"terminal.integrated.scrollback": 10000,
"nuxt.isNuxtApp": false,
"vscodeCustomCodeColor.highlightValue": "v-auth",
"vscodeCustomCodeColor.highlightValueColor": "#6366f1"
"vscodeCustomCodeColor.highlightValueColor": "#6366f1",
"github-actions.workflows.pinned.workflows": ["dynamic/pages/pages-build-deployment"]
}
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/Breadcrumb-CLK4OO9r.js

This file was deleted.

Binary file removed docs/assets/Breadcrumb-CLK4OO9r.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions docs/assets/Breadcrumb-DBO2WFAy.js

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

Binary file added docs/assets/Breadcrumb-DBO2WFAy.js.gz
Binary file not shown.

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

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

Binary file added docs/assets/Exception-K2WiQFcn.js.gz
Binary file not shown.
Binary file removed docs/assets/Exception-rj9Ex9U6.js.gz
Binary file not shown.

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

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

1 change: 1 addition & 0 deletions docs/assets/SettingFooter-BhGTFDUa.js

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

Binary file added docs/assets/SettingFooter-BhGTFDUa.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion docs/assets/SettingFooter-CxQLW_oa.js

This file was deleted.

Binary file removed docs/assets/SettingFooter-CxQLW_oa.js.gz
Binary file not shown.
Loading

0 comments on commit 088ea7d

Please sign in to comment.