We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420c898 commit 81b06e8Copy full SHA for 81b06e8
1 file changed
.github/workflows/gh-pages.yaml
@@ -18,18 +18,6 @@ jobs:
18
- name: Check out
19
# You may use a newer version of https://github.com/actions/checkout
20
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
33
- name: build
34
env:
35
BASE_PATH: '/${{ github.event.repository.name }}'
0 commit comments