Remove placeholders
This commit is contained in:
parent
6efe2cd5fd
commit
8c23090abd
1 changed files with 2 additions and 3 deletions
5
.github/workflows/web-preview.yml
vendored
5
.github/workflows/web-preview.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue