Skip to content

Commit f782a13

Browse files
fix(just): rely on actrc to set artifact server path
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 68d8787 commit f782a13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

justfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ test-docs-build branch="main":
7575
-s CI_AGE_KEY -s CACHIX_AUTH_TOKEN \
7676
-s GITHUB_TOKEN="$(gh auth token)" \
7777
--var CACHIX_CACHE_NAME \
78-
--artifact-server-path $PWD/.artifacts \
7978
--input debug_enabled=false \
8079
--input branch={{branch}}'
8180

@@ -90,7 +89,6 @@ test-docs-deploy branch="main":
9089
-s CLOUDFLARE_API_TOKEN -s CLOUDFLARE_ACCOUNT_ID \
9190
-s GITHUB_TOKEN="$(gh auth token)" \
9291
--var CACHIX_CACHE_NAME \
93-
--artifact-server-path $PWD/.artifacts \
9492
--input debug_enabled=false \
9593
--input branch={{branch}}'
9694

0 commit comments

Comments
 (0)