Skip to content

Commit 7d8af39

Browse files
authored
Update pages.yml
1 parent a890990 commit 7d8af39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
${{ runner.os }}-node-
3333
3434
- name: Install dependencies
35-
run: npm install
35+
run: npm ci
3636

3737
- name: Setup Pages
3838
uses: actions/configure-pages@v5
3939

4040
- name: Build
4141
run: |
42-
npm run build
42+
npm run build -- --base=sample-excalitris
4343
4444
- name: Upload artifact
4545
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)