Skip to content

Commit 3aba2ba

Browse files
committed
deploy
1 parent 05ea5ab commit 3aba2ba

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

.github/workflows/main.yml

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
name: Deploy
2-
on:
3-
push:
4-
branches:
5-
- master
6-
jobs:
7-
deploy:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Checkout
11-
uses: actions/checkout@v4
1+
# name: Deploy
2+
# on:
3+
# push:
4+
# branches:
5+
# - master
6+
# jobs:
7+
# deploy:
8+
# runs-on: ubuntu-latest
9+
# steps:
10+
# - name: Checkout
11+
# uses: actions/checkout@v4
1212

13-
- name: Install Node.js
14-
uses: actions/setup-node@v4
15-
with:
16-
node-version: 20
17-
registry-url: https://registry.npmjs.com/
13+
# - name: Install Node.js
14+
# uses: actions/setup-node@v4
15+
# with:
16+
# node-version: 20
17+
# registry-url: https://registry.npmjs.com/
1818

19-
- uses: pnpm/action-setup@v3
20-
name: Install pnpm
21-
id: pnpm-install
22-
with:
23-
version: 9
24-
run_install: false
19+
# - uses: pnpm/action-setup@v3
20+
# name: Install pnpm
21+
# id: pnpm-install
22+
# with:
23+
# version: 9
24+
# run_install: false
2525

26-
- name: deploy
27-
run: |
28-
pnpm install
29-
npm run build:mac
30-
cd dist
31-
touch README.md .nojekyll
26+
# - name: deploy
27+
# run: |
28+
# pnpm install
29+
# npm run build:mac
30+
# cd dist
31+
# touch README.md .nojekyll
3232

33-
- name: deploy
34-
uses: JamesIves/github-pages-deploy-action@v4
35-
with:
36-
folder: dist
37-
clean: true
33+
# - name: deploy
34+
# uses: JamesIves/github-pages-deploy-action@v4
35+
# with:
36+
# folder: dist
37+
# clean: true

0 commit comments

Comments
 (0)