Skip to content

Commit d53d064

Browse files
committed
try this
1 parent 6a7ab10 commit d53d064

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ jobs:
99
- run:
1010
name: Install dependencies
1111
command: npm ci
12-
1312
- run:
1413
name: Build site
1514
command: npm run build
16-
1715
- run:
1816
name: Patch asset paths for artifact viewer
1917
# Astro emits processed assets at absolute /_astro/ paths. In CircleCI's
@@ -26,7 +24,6 @@ jobs:
2624
- store_artifacts:
2725
path: html
2826
destination: html
29-
3027
- run:
3128
name: "Preview URL"
3229
command: echo "https://output.circle-artifacts.com/output/job/${CIRCLE_WORKFLOW_JOB_ID}/artifacts/${CIRCLE_NODE_INDEX}/html/index.html"

0 commit comments

Comments
 (0)