Remove placeholders

This commit is contained in:
Manav Rathi 2024-03-12 09:56:07 +05:30
parent 6efe2cd5fd
commit 8c23090abd
No known key found for this signature in database

View file

@ -1,7 +1,6 @@
name: "Preview (web)"
on:
push: # <- temporarily added so that we can register the action
workflow_dispatch:
inputs:
app:
@ -39,10 +38,10 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Build accounts
- name: Build ${{ inputs.app }}
run: yarn build:${{ inputs.app }}
- name: Publish accounts
- name: Publish ${{ inputs.app }} to preview
uses: cloudflare/pages-action@1
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}