The source code for my personal website
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: extract static files to `dist` folder

hanna (Feb 14, 2026, 3:45 PM UTC) d023ee6c c8e937f0

+1
+1
.github/workflows/pages.yml
··· 43 43 steps: 44 44 - name: Download static website files 45 45 uses: actions/download-artifact@v7.0.0 46 + with: { name: 'website-${{ github.sha }}', path: 'dist' } 46 47 - name: Deploy website to cloudflare 47 48 uses: cloudflare/wrangler-action@v3.14.1 48 49 with: