Skip to content

Commit 81b06e8

Browse files
Update gh-pages.yaml
1 parent 420c898 commit 81b06e8

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/gh-pages.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ jobs:
1818
- name: Check out
1919
# You may use a newer version of https://github.com/actions/checkout
2020
uses: actions/checkout@v4
21-
22-
- name: Generate your content
23-
run: echo "Optional placeholder. Put your project's static website generator command here."
24-
- name: Install Node.js
25-
uses: actions/setup-node@v4
26-
with:
27-
node-version: 20
28-
cache: npm
29-
30-
- name: Install dependencies
31-
run: npm install
32-
3321
- name: build
3422
env:
3523
BASE_PATH: '/${{ github.event.repository.name }}'

0 commit comments

Comments
 (0)