Skip to content

Commit 771e746

Browse files
committed
CI fix steps
1 parent e87c467 commit 771e746

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

.github/workflows/DEPLOY_TO_PAGES.yml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,24 @@ jobs:
1212
url: ${{ steps.deployment.outputs.page_url }}
1313
runs-on: ubuntu-latest
1414
steps:
15-
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v4
18-
- name: Use Node.js
19-
uses: actions/setup-node@v4
20-
with:
21-
node-version: 22
22-
cache: 'npm'
23-
- name: Install dependencies
24-
run: npm ci
25-
- name: Build
26-
run: xvfb-run npm run all
27-
- name: Setup Pages
28-
uses: actions/configure-pages@v5
29-
- name: Upload artifact
30-
uses: actions/upload-pages-artifact@v3
31-
with:
32-
# Upload entire repository
33-
path: '.'
34-
- name: Deploy to GitHub Pages
35-
id: deployment
36-
uses: actions/deploy-pages@v4
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
- name: Use Node.js
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: 22
21+
cache: 'npm'
22+
- name: Install dependencies
23+
run: npm ci
24+
- name: Build
25+
run: xvfb-run npm run all
26+
- name: Setup Pages
27+
uses: actions/configure-pages@v5
28+
- name: Upload artifact
29+
uses: actions/upload-pages-artifact@v3
30+
with:
31+
# Upload entire repository
32+
path: '.'
33+
- name: Deploy to GitHub Pages
34+
id: deployment
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)