Skip to content

Commit 02530fa

Browse files
committed
Update deploy
1 parent 5a84faf commit 02530fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
submodules: true
25+
token: ${{ secrets.CI_TOKEN }}
2526
- name: Install Playwright Browsers
2627
run: npx playwright install --with-deps
2728
- name: Install, build, and upload your site
2829
uses: withastro/action@v2
29-
# with:
30-
# package-manager: pnpm
31-
# node-version: 18
32-
# path: . # The root location of your Astro project inside the repository. (optional)
3330

3431
deploy:
3532
needs: build

0 commit comments

Comments
 (0)