Skip to content

Commit

Permalink
fix(ci): add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jan 25, 2025
1 parent 726a51f commit 89a5ece
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy to Cloudflare Pages
on:
push:
branches:
- dev
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
run: zola build

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: public
Expand All @@ -45,10 +45,12 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: site
path: public
- name: Display structure of downloaded files
run: ls -R public

- name: Deploy
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit 89a5ece

Please sign in to comment.