Skip to content

Commit

Permalink
again...
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Sep 4, 2024
1 parent 61a6e36 commit 9548a39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wrangler-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Download Build Artifact
uses: actions/download-artifact@v3
with:
name: build-artifact
path: dist
# - name: Download Build Artifact
# uses: actions/download-artifact@v3
# with:
# name: build-artifact
# path: dist

- name: Deploy to Cloudflare
run: wrangler pages deploy ./dist
run: npm run && wrangler pages deploy ./dist
# - name: Deploy to Cloudflare
# uses: cloudflare/wrangler-action@v3
# with:
Expand Down

0 comments on commit 9548a39

Please sign in to comment.