Skip to content

Commit

Permalink
ci: fix i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Dec 25, 2024
1 parent c65d44b commit 829cdbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/eleventy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ jobs:
- run: echo "LAST_COMMIT=`git rev-parse --short HEAD`" >> $GITHUB_ENV
- name: Build
uses: cjerrington/actions-eleventy@master
- run: ls -al; ls -al dist || true
- run: sudo chown -R $(id -u):$(id -g) dist/
- run: ls -al; ls -al dist || true
- run: mkdir -p dist/changelog
- 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 829cdbd

Please sign in to comment.