Skip to content

Commit 84cee2f

Browse files
committed
Fix composite workflow
1 parent 917481e commit 84cee2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
VITE_RUN_ENVIRONMENT: ${{ github.ref == 'refs/heads/main' && 'prod' || 'dev' }}
3737
- name: Deploy to Cloudflare
38-
uses: acm-uiuc/actions/.github/workflows/cloudflare-pages-deploy.yml@main
38+
uses: acm-uiuc/actions/.github/actions/cloudflare-pages-deploy@main
3939
with:
4040
build-directory: build/
4141
project-name: ${{ vars.CLOUDFLARE_PROJECT_NAME }}

0 commit comments

Comments
 (0)