File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Github Pages Astro CI
22
33on :
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+
1310permissions :
1411 contents : read
1512 pages : write
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
3535 steps :
3636 - name : Deploy to GitHub Pages
3737 id : deployment
38- uses : actions/deploy-pages@v4
38+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments