We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a84faf commit 02530faCopy full SHA for 02530fa
.github/workflows/deploy.yml
@@ -22,14 +22,11 @@ jobs:
22
uses: actions/checkout@v4
23
with:
24
submodules: true
25
+ token: ${{ secrets.CI_TOKEN }}
26
- name: Install Playwright Browsers
27
run: npx playwright install --with-deps
28
- name: Install, build, and upload your site
29
uses: withastro/action@v2
- # with:
30
- # package-manager: pnpm
31
- # node-version: 18
32
- # path: . # The root location of your Astro project inside the repository. (optional)
33
34
deploy:
35
needs: build
0 commit comments