Skip to content

Commit 7a0a09c

Browse files
adding logs
1 parent b2f3b83 commit 7a0a09c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Github Pages Astro CI
22

33
on:
4-
# Trigger the workflow every time you push to the `main` branch
5-
# Using a different branch name? Replace `main` with your branch’s name
64
push:
75
branches: [ main ]
86
schedule:
97
- cron: '0 1 * * *'
108
workflow_dispatch:
11-
12-
# Allow this job to clone the repo and create a page deployment
9+
1310
permissions:
1411
contents: read
1512
pages: write
@@ -20,9 +17,12 @@ jobs:
2017
runs-on: ubuntu-latest
2118
steps:
2219
- name: Checkout your repository using git
23-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
21+
2422
- name: Install, build, and upload your site
2523
uses: withastro/action@v3.0.0
24+
env:
25+
ASTRO_LOG_LEVEL: debug
2626
with:
2727
package-manager: pnpm@9
2828

@@ -35,4 +35,4 @@ jobs:
3535
steps:
3636
- name: Deploy to GitHub Pages
3737
id: deployment
38-
uses: actions/deploy-pages@v4
38+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)