We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a890990 commit 7d8af39Copy full SHA for 7d8af39
1 file changed
.github/workflows/pages.yml
@@ -32,14 +32,14 @@ jobs:
32
${{ runner.os }}-node-
33
34
- name: Install dependencies
35
- run: npm install
+ run: npm ci
36
37
- name: Setup Pages
38
uses: actions/configure-pages@v5
39
40
- name: Build
41
run: |
42
- npm run build
+ npm run build -- --base=sample-excalitris
43
44
- name: Upload artifact
45
uses: actions/upload-pages-artifact@v3
0 commit comments