Skip to content

Commit

Permalink
ci: fix withastro/action
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Dec 25, 2024
1 parent 829cdbd commit 92f1790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eleventy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- name: Build
uses: cjerrington/actions-eleventy@master
- run: sudo chown -R $(id -u):$(id -g) dist/
- run: echo "make withastro/action happy"; mkdir -p changelog/dist
- name: Build Changelog
uses: withastro/action@v3
with:
path: ./changelog
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 92f1790

Please sign in to comment.