There was an error while loading. Please reload this page.
1 parent 6a7ab10 commit d53d064Copy full SHA for d53d064
1 file changed
.circleci/config.yml
@@ -9,11 +9,9 @@ jobs:
9
- run:
10
name: Install dependencies
11
command: npm ci
12
-
13
14
name: Build site
15
command: npm run build
16
17
18
name: Patch asset paths for artifact viewer
19
# Astro emits processed assets at absolute /_astro/ paths. In CircleCI's
@@ -26,7 +24,6 @@ jobs:
26
24
- store_artifacts:
27
25
path: html
28
destination: html
29
30
31
name: "Preview URL"
32
command: echo "https://output.circle-artifacts.com/output/job/${CIRCLE_WORKFLOW_JOB_ID}/artifacts/${CIRCLE_NODE_INDEX}/html/index.html"
0 commit comments