Skip to content

Commit 9e07eb0

Browse files
committed
chore: ci
1 parent ee9b002 commit 9e07eb0

File tree

127 files changed

+23
-11078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+23
-11078
lines changed

.github/workflows/ci.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Build and Deploy
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
build-and-deploy:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v3
12+
13+
- name: Install and Build
14+
run: |
15+
yarn install
16+
yarn run build
17+
18+
- name: Deploy
19+
uses: peaceiris/actions-gh-pages@v3
20+
with:
21+
personal_token: ${{ secrets.ACCESS_TOKEN }}
22+
publish_dir: ./dist

play/assets/abap.7376289b.js

-1
This file was deleted.

play/assets/apex.a9019b80.js

-1
This file was deleted.

play/assets/azcli.90ec80f5.js

-1
This file was deleted.

play/assets/bat.df36b229.js

-1
This file was deleted.

0 commit comments

Comments
 (0)